Loading Tool

Explorer IconExplorer

Memory Pool

79,256 transactions
29.15 vMB
0.07270086 BTC
Random Selection Loading Transactions
Max Size: 177.20/200 MB

Candidate Block

Mining Attempt 7180af4ab8ba60289a2590cbf7fb9547ff434641adf9bb9828c50f9b9cdb6d9a
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 6acef3592a70200ec3b1065b551ff9750b9ff53ff7c30b9d45af7f167f8a20fd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,498
Size: 1.00 vMB
Total Fees: 0.01166179 BTC
Feerates: 74.86 > 1.17 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (127,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,768 787,768 000000000000000000023b877d12d2d576ee5fcc15cafdc6f337dd0a3237e7b7 3,387 1.00/1.00 vMB 15
787,767 787,767 0000000000000000000169d2af403f18c1003544d314445d28741940da1f7c28 1,853 1.00/1.00 vMB 14
787,766 787,766 00000000000000000001bc2d7c98a82688b2f2b3ccb7bbd5c0de78180c10175c 2,874 1.00/1.00 vMB 26
787,765 787,765 0000000000000000000387cedb35a70f5cf7a70167e2175ca14536ed4468cbc7 3,016 1.00/1.00 vMB 32
787,764 787,764 00000000000000000000e01b63a1fc0c7fd65784a78c1af8b22035bca26a69de 2,704 1.00/1.00 vMB 31
787,763 787,763 0000000000000000000505ab2c8ce35d3dc09e161141d86bb618f616d1326c6b 2,365 1.00/1.00 vMB 28
787,762 787,762 000000000000000000053d9525bce7e11ad6a865220e2bb06a42798171aa616f 3,660 1.00/1.00 vMB 36
787,761 787,761 00000000000000000004e3b1e2f03b25c0901a513ab8d950a946bd78ffc1c098 4,871 1.00/1.00 vMB 42
787,760 787,760 000000000000000000048a9289aa2993121e9053e30fc1d2efa41c3170350a39 3,511 1.00/1.00 vMB 50
787,759 787,759 000000000000000000055c3cc85f685ff513cf459482705d1da7521d0c657889 3,528 1.00/1.00 vMB 51
787,758 787,758 0000000000000000000084e94a28c57ab9b83778689c25e51206a1026f2f1f1c 3,836 1.00/1.00 vMB 44
787,757 787,757 000000000000000000013f3fcc69586197d7874ca985396abf6c2016525d0e3a 4,250 1.00/1.00 vMB 39
787,756 787,756 00000000000000000002c6e88db57dc557a9fb3bed78b2225cb9000da92eef61 3,624 1.00/1.00 vMB 49
787,755 787,755 00000000000000000004b3c4618c24f618ad38042fc373aabde4d6bcae3d2c99 2,922 1.00/1.00 vMB 46
787,754 787,754 00000000000000000001d0a3e0eed656c38628e9b3a360a5c198a2a788172ab1 4,070 1.00/1.00 vMB 23
787,753 787,753 00000000000000000004587f829fe9e71824eb0bb900d3aeb886d1f656c0b197 2,504 1.00/1.00 vMB 14
787,752 787,752 000000000000000000009ea7d0a81117e2b2d359b144daa48bca978cec98a41f 4,330 1.00/1.00 vMB 18
787,751 787,751 0000000000000000000450f48791ec1606d8b544baf85114a41c0ded268b023b 5,526 1.00/1.00 vMB 7
787,750 787,750 0000000000000000000401ca10759967b12e46ca2dd838ac652c3bf5fe0d61e1 3,944 1.00/1.00 vMB 22
787,749 787,749 00000000000000000001ca871331d0a1fad8eb0ff39f5930925f432f6cb5ea8b 4,596 1.00/1.00 vMB 22
787,748 787,748 000000000000000000052911dd9c9d65f46f01f62b51b6e96893aa56f7c1f5a5 3,237 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.54 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.11 GB
    • Received: 15.73 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.