Loading Tool

Explorer IconExplorer

Memory Pool

83,616 transactions
34.91 vMB
0.16561792 BTC
Random Selection Loading Transactions
Max Size: 198.74/200 MB

Candidate Block

Mining Attempt 048285a282c3cbdc4d29517cf919d1020ce6729adf483a5d2d721a4b63be8738
Version 20000000
Previous Block 00000000000000000000d01ec66a5500a065a0accb178777c62c2953c9414924
Merkle Root b16db6002e9ee1086f70f0677d35e5d4cc8ea31ee2a6e4619cc0f23af7426d32
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,514
Size: 1.00 vMB
Total Fees: 0.04022570 BTC
Feerates: 150.90 > 4.03 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,410 (47,974 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
867,436 867,436 00000000000000000000192e89a2525daf3712c0397fdd9f7b22e678824fef87 4,204 1.00/1.00 vMB 14
867,435 867,435 000000000000000000018f64bfd9535b017be6649e120cda22b19dc38539cf66 3,969 1.00/1.00 vMB 7
867,434 867,434 000000000000000000028561fc56aec0962a2c25520e3f3b443673a92eb56c7c 6,244 1.00/1.00 vMB 5
867,433 867,433 000000000000000000026c0f620df6e63556ac563fe4dcb7ddc3d9e458aeeb16 4,782 1.00/1.00 vMB 4
867,432 867,432 0000000000000000000199f5b2f124daa3d610f2df7223e2e1a04e14bcf49fa7 7,046 1.00/1.00 vMB 3
867,431 867,431 00000000000000000001ec97de9aeffe98639ba85b8356bf44409e72024ea9cf 5,827 1.00/1.00 vMB 4
867,430 867,430 00000000000000000001d905006f733af5a8df06f8e7b4775ca218fc09b83c28 3,322 1.00/1.00 vMB 3
867,429 867,429 000000000000000000022a9dac46435ec3ca798dfbae2f378a4ad61c71e902be 2,770 1.00/1.00 vMB 4
867,428 867,428 00000000000000000001f23562a93712bf79dbc4756932484967a4f989bb2e09 3,766 1.00/1.00 vMB 10
867,427 867,427 00000000000000000001c096b31a3cb9b19850a009628e3b47703e8bf2ab3d76 5,347 1.00/1.00 vMB 4
867,426 867,426 00000000000000000002e84546eb4309ac2c7c43e59ba95bfde22f21fe75cbb9 6,937 1.00/1.00 vMB 2
867,425 867,425 00000000000000000000419e939d4cdbf1aaadd468e702548c510c72528c99f1 5,439 1.00/1.00 vMB 3
867,424 867,424 0000000000000000000187a5f7f088ea873bd9754b2fbe57a9b9b0509c1d8779 4,066 1.00/1.00 vMB 11
867,423 867,423 000000000000000000014d9b8261bc0755a6038fc90009d2df0c08e18f13a9ee 5,614 1.00/1.00 vMB 4
867,422 867,422 00000000000000000000207e0920bb6b1005d35cb41359477a5b1f16b37abf3f 3,855 1.00/1.00 vMB 3
867,421 867,421 0000000000000000000000ba5d2716574e6d4f9cf9967a92d7bd8621772240f5 2,982 1.00/1.00 vMB 4
867,420 867,420 0000000000000000000059d91be0482c93c991629559c4d11c2206605f40c679 2,508 1.00/1.00 vMB 7
867,419 867,419 00000000000000000002de99fd73beac93ec5f062c6c0b45d0aa3207f6fe3b5b 4,033 1.00/1.00 vMB 20
867,418 867,418 00000000000000000001b9d33459112ec73566aeab5deee9ed924e3681b53db5 5,255 1.00/1.00 vMB 3
867,417 867,417 00000000000000000000c1aff35b93afefff7fccf342e733df3efca37fd71cd8 4,547 1.00/1.00 vMB 6
867,416 867,416 0000000000000000000173a0e2b7ed028061bf517e8885da84edb967357c747b 3,349 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 783.10 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: 729.46 GB
    • Received: 18.49 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.