Loading Tool

Explorer IconExplorer

Memory Pool

43,018 transactions
27.92 vMB
0.06122853 BTC
Random Selection Loading Transactions
Max Size: 147.33/200 MB

Candidate Block

Mining Attempt a55f05817b4a29ba46250a15754c51e6d3a135abceeb7eea6b62fa98205d1c0c
Version 20000000
Previous Block 00000000000000000001df441194999cee64e33a9cb681f5d079c783db8bbb61
Merkle Root f16841eb1dae44e4a7572d7a1afbd1f0546ecfc2adf32c4b6c8b212dee1b004e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,551
Size: 1.00 vMB
Total Fees: 0.00874273 BTC
Feerates: 100.36 > 0.88 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,808 (280,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
633,908 633,908 0000000000000000000032066777284d16161350e82b1b7c115ddf1205aca382 2,465 1.00/1.00 vMB 28
633,907 633,907 000000000000000000085ade0363e0d6458690f3909cb9fe7e9700a4a2b1a886 2,481 1.00/1.00 vMB 26
633,906 633,906 000000000000000000117255dcff3abc1ee08262618849601db726725958fea2 2,875 1.00/1.00 vMB 29
633,905 633,905 0000000000000000000e7f95b8d3e83aa687974d6e8ff3aacdf594f09a6a1e96 2,898 1.00/1.00 vMB 26
633,904 633,904 00000000000000000005716464fd7eec9def880b9e35f6a36d12edbeb925ba9c 2,905 1.00/1.00 vMB 43
633,903 633,903 0000000000000000000b3e563d0b1b96835f09cd0d7886b802f89c93f33bc296 2,325 1.00/1.00 vMB 24
633,902 633,902 000000000000000000040bd32786d7de9e2b739e3d153c70ea92710de2517f43 2,901 1.00/1.00 vMB 22
633,901 633,901 0000000000000000000dc808b2d4482eb2ae232435f8294b90cef8badbfb64e6 2,905 1.00/1.00 vMB 40
633,900 633,900 00000000000000000011cb344c38423825527842a531ba6c784d8a6f8b1f2f49 2,114 1.00/1.00 vMB 18
633,899 633,899 0000000000000000001167593c069bebd920fc15f7456417122c9b62b3ecfcb0 1,888 1.00/1.00 vMB 23
633,898 633,898 000000000000000000112ef635f8a4512a978c4ee798059c1bc3888689121c2b 2,388 1.00/1.00 vMB 37
633,897 633,897 0000000000000000001006e4a292756dd04ef24f6e4901233e4f53224e78e281 2,304 1.00/1.00 vMB 29
633,896 633,896 00000000000000000013ffd16fbd7fab695942ed05e933770b1fe2626eff1604 2,128 1.00/1.00 vMB 25
633,895 633,895 00000000000000000001b8e0a43f7434b3b841161eea240e529c7745bc128f8b 2,660 1.00/1.00 vMB 30
633,894 633,894 0000000000000000000a963518bf69a0ae9259bb7b44bedb1373cf0da60c0a35 2,957 1.00/1.00 vMB 35
633,893 633,893 0000000000000000000b1e2f20152568f4f35a1895336bf67fdb0e758c003303 2,804 1.00/1.00 vMB 45
633,892 633,892 000000000000000000133e038cbd96883f743cf47e6a14b2f58112e251c25a9a 2,973 1.00/1.00 vMB 40
633,891 633,891 00000000000000000004080f53f03b695ee5c038cebb72ff9be52a59a849ebde 2,924 1.00/1.00 vMB 43
633,890 633,890 0000000000000000000476347f3200fc4a72250064ffcf0742399d3e50de235f 2,027 1.00/1.00 vMB 26
633,889 633,889 0000000000000000000c42935673f55f7dd497e26597769dba1cc3fddec7ca42 2,525 1.00/1.00 vMB 43
633,888 633,888 000000000000000000078ac9991e6ca7ab6d812815dbad8b71d03a98eafaa1be 2,533 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 650.81 GB
    • Received: 13.33 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.