Loading Tool

Explorer IconExplorer

Memory Pool

80,898 transactions
31.37 vMB
0.07765078 BTC
Random Selection Loading Transactions
Max Size: 190.08/200 MB

Candidate Block

Mining Attempt 47d31520bc1dac17604c937a50db7fb260d30b4840069d6b7fa8408dc11c1d52
Version 20000000
Previous Block 0000000000000000000043b39214e67beb23d111c982e6903370623ca621eb52
Merkle Root 36893d9a50a2bc183b422adf44fe01484dee6b90822d3198f2e4a0b4e95d9fad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,946
Size: 1.00 vMB
Total Fees: 0.00975392 BTC
Feerates: 100.25 > 0.98 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,200 (327,376 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,824 587,824 000000000000000000141768581c3694cb60152f21a0fc066094796c82770f9d 3,219 1.00/1.00 vMB 36
587,823 587,823 000000000000000000035df8b24b134fd5d577e2a9968dd9ff35e2c4da62fbd1 1,498 0.46/1.00 vMB 31
587,822 587,822 0000000000000000001d84cad82af7e89d92cc8d91e5c015fbf58e01b74c109d 2,943 0.95/1.00 vMB 27
587,821 587,821 000000000000000000085f9d3bb11e2a2540355cd710af5815e9d51d7434ef7b 2,146 1.00/1.00 vMB 8
587,820 587,820 0000000000000000001c229fc94ceccaba15eb1b6187d9d4cfcc25f55cf60842 996 1.00/1.00 vMB 18
587,819 587,819 0000000000000000000f8bbde69b9f3e43b563092a1a65065bad69958b5a99d4 2,240 1.00/1.00 vMB 23
587,818 587,818 00000000000000000004164a2c4cc9c60815a706c245f9941da2ad39118db8b2 1,928 1.00/1.00 vMB 12
587,817 587,817 0000000000000000001934cdac14273a2f4e957bfa4e535f5a1364e7c0386e76 2,364 1.00/1.00 vMB 14
587,816 587,816 000000000000000000163e773a15496a5feedca12528adfd0b9e0edb309e32dd 2,815 1.00/1.00 vMB 12
587,815 587,815 0000000000000000000bf510e9b5a6b7ae3346598bfc881b70bc8d9368205397 2,222 1.00/1.00 vMB 45
587,814 587,814 00000000000000000017c032bc99cbe68d791a6cca77c6f24c52f5a7b58c407c 690 1.00/1.00 vMB 8
587,813 587,813 00000000000000000011b282e372e9cbd3a5a1908b254a7750fb15950b6ea6c9 1,022 1.00/1.00 vMB 17
587,812 587,812 00000000000000000010bb60bdb599727c91a479f398fda16975e6bc03bf2f6b 2,337 1.00/1.00 vMB 22
587,811 587,811 0000000000000000000ad05a2c0f5a7658330b690ff30dca330a1a2168a8d0d7 2,455 1.00/1.00 vMB 26
587,810 587,810 000000000000000000117d2952bc10f9a99d342ab30e35e84140c34021a59e13 2,065 1.00/1.00 vMB 20
587,809 587,809 0000000000000000000243d225fb2a61d2db91aee7a0dba90fcfda00afed93aa 2,586 1.00/1.00 vMB 52
587,808 587,808 000000000000000000138247d907ad3f5de6b7cb376c34f34ea3740b6ad4c07e 2,863 1.00/1.00 vMB 47
587,807 587,807 0000000000000000000a469e509bbe95018bb95f7107ababe2d94b45141215d7 2,399 1.00/1.00 vMB 62
587,806 587,806 0000000000000000000b252e6ce9a304bc4341a32a65dc007e142c1d5da29f51 2,366 1.00/1.00 vMB 68
587,805 587,805 00000000000000000003b22a499a2733e16506949d1f417db2ad48a74b6e396f 2,021 1.00/1.00 vMB 13
587,804 587,804 0000000000000000001f21f01efa56f01dcec3fe9cb26a80677a093525b4b4a6 1,784 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.74 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: 708.02 GB
    • Received: 16.72 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.