Loading Tool

Explorer IconExplorer

Memory Pool

79,283 transactions
29.45 vMB
0.08918562 BTC
Random Selection Loading Transactions
Max Size: 178.18/200 MB

Candidate Block

Mining Attempt 2b42341b174ec5519b127adc5bfda5daf07d16a03cccca7e7379e27c79cefdd9
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 3c09251ecb0c2fdcc0d696866af6660ba022e0a742e0df58e822337edeaa93bc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,901
Size: 1.00 vMB
Total Fees: 0.02721923 BTC
Feerates: 301.60 > 2.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (374,261 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
540,832 540,832 0000000000000000001ba37aab00b8ada4e73bf5ee879d0dd35b910033dd8d67 1,275 0.44/1.00 vMB 15
540,831 540,831 0000000000000000002032e12581eda903ebc2f7d215a095a4d5f2f3053a9b69 2,041 0.86/1.00 vMB 20
540,830 540,830 0000000000000000001221d2713e70b2a67668591aa1388a59b8319e88eca4e1 930 0.50/1.00 vMB 13
540,829 540,829 00000000000000000018c2b744f26e4344ef0a85feb5a6e7deeb3d6b37cfcff6 654 0.24/1.00 vMB 16
540,828 540,828 00000000000000000011670a861854bddfbf389162f1da9ae5f63a7a6dfbfba4 329 0.10/1.00 vMB 18
540,827 540,827 00000000000000000007bb235b249975a5f6d5f91c00011d7dbf4bce4987b437 1,509 0.66/1.00 vMB 23
540,826 540,826 0000000000000000001ce3e00dbbac55a71e43869c0fd4ba6da74babcd903cf2 1,906 0.94/1.00 vMB 9
540,825 540,825 00000000000000000006e6a16ae8ab1ec98860ea7ae287ad8509a1c29668b24e 701 0.32/1.00 vMB 42
540,824 540,824 000000000000000000063a924ab5071c6a7f3545e323d29345a6f16ae185805a 2,197 1.00/1.00 vMB 13
540,823 540,823 000000000000000000035213b4e39dabb4e596bf3503028587f9dab5a4c66f92 2,832 1.00/1.00 vMB 13
540,822 540,822 0000000000000000000b26d77f0f823ccdd0e3b097b6c03b9789e43f90ed0ef2 3,193 1.00/1.00 vMB 15
540,821 540,821 00000000000000000023fc653842c9a7e4019f31a615a26b40fd5c59334f33fa 2,113 1.00/1.00 vMB 40
540,820 540,820 0000000000000000000e13eef086a2201e0b103057fe95cf18437807109085d5 811 0.30/1.00 vMB 15
540,819 540,819 0000000000000000002382b68d03364c441c8c878e402c8b645d5999df363fb5 1,326 0.64/1.00 vMB 24
540,818 540,818 0000000000000000000184072b5f6264801e362061f9ba85ab8a40f0cc27527f 933 0.49/1.00 vMB 12
540,817 540,817 0000000000000000000429f226200fee259a9f289283eef098e31c26218bcc5e 586 1.00/1.00 vMB 2
540,816 540,816 000000000000000000268609e948f93952693a45dd40e121c3f5acb41191ec31 2,132 1.00/1.00 vMB 6
540,815 540,815 0000000000000000001d92eea663516a758cd6dc312aeb1b4b900c5f0eb86d1f 2,951 1.00/1.00 vMB 24
540,814 540,814 00000000000000000018123a4e8232c6754f5d14fddff40300f6a4d93dc2b4ea 2,819 1.00/1.00 vMB 27
540,813 540,813 00000000000000000015e9ee60dda288262ee019d4181dd1e1f14df6408faebe 2,696 1.00/1.00 vMB 22
540,812 540,812 000000000000000000078a6ca390d2289b53f0751b0a38b1adcfee0e0cc3d1fd 2,662 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.95 GB
    • Received: 15.79 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.