Loading Tool

Explorer IconExplorer

Memory Pool

78,168 transactions
29.87 vMB
0.10902997 BTC
Random Selection Loading Transactions
Max Size: 178.14/200 MB

Candidate Block

Mining Attempt 6f0f14e032afa5ebb2afbcaaa05c7ca8109c5093b11f91c8c308721e117cc9f7
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root c8ff3dd8b551a4038ec806264fc18f1c105be9e8a043d598ef7370c2ce4bfc12
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,803
Size: 1.00 vMB
Total Fees: 0.02418780 BTC
Feerates: 109.82 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (110,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
804,979 804,979 00000000000000000003f85cc5eb01408b9c42d443e3988cbfe0d0e2921c390d 2,916 1.00/1.00 vMB 21
804,978 804,978 000000000000000000003ef9500b07cdf94b900aa50fe41f3230e573fb175903 3,258 1.00/1.00 vMB 13
804,977 804,977 00000000000000000003feab8303330133818a602a1e8bb07167a5efe37076d3 6,278 1.00/1.00 vMB 8
804,976 804,976 000000000000000000039f3809d1e155754690f4a5b843caf621689dd388c5de 5,243 1.00/1.00 vMB 7
804,975 804,975 0000000000000000000489dfcf29e8501a61013d7e81412473286eaf4a009a33 2,846 1.00/1.00 vMB 16
804,974 804,974 000000000000000000017c46d2d157aeae867a9e45e223a88d07a7b9b6cdbf1c 3,595 1.00/1.00 vMB 10
804,973 804,973 000000000000000000041d49f1c849d2b6c8e869054ba88d1402a47b1abbb5a6 4,380 1.00/1.00 vMB 9
804,972 804,972 00000000000000000000ce17f4f1096541a0c4074a625aeea53362bcb17dcb8c 4,578 1.00/1.00 vMB 10
804,971 804,971 00000000000000000003f311c9f638de7bf22d0cd97fd5a4ef19689bc2b25164 5,659 1.00/1.00 vMB 9
804,970 804,970 00000000000000000003e086fd0ce65578fd7b9e15f0c4b349855ef402987a3f 4,199 1.00/1.00 vMB 7
804,969 804,969 00000000000000000001441ae44c954eec3c1fca459137656b5486d3fe18bf4d 2,326 1.00/1.00 vMB 8
804,968 804,968 000000000000000000041b17d56d9a5240dc066b709afa8f6a905cf2e4e62f3e 1,199 1.00/1.00 vMB 13
804,967 804,967 000000000000000000049c451cdb27948e05b0a80b5354264265e7fe15fce54a 518 1.00/1.00 vMB 8
804,966 804,966 00000000000000000000784dde17f1ab2803edc7cc6139c850a51c4d6d987c66 3,113 1.00/1.00 vMB 17
804,965 804,965 00000000000000000000a05fb2262a2acb615dc16af233c190cca478a74a5456 3,160 1.00/1.00 vMB 16
804,964 804,964 000000000000000000024a589fb63476cdc9433337ad88f9f8c540dc860d2a6c 3,724 1.00/1.00 vMB 17
804,963 804,963 00000000000000000003da63a70892a9bd1443e31a5e3a6ab78feeeea70493a4 3,541 1.00/1.00 vMB 22
804,962 804,962 00000000000000000004f009d9363679625c9758bb1511d5a91c3ad953b7c762 3,428 1.00/1.00 vMB 10
804,961 804,961 000000000000000000002753d4d8620b670c529173291bacf0a4be057ccdfc22 2,730 1.00/1.00 vMB 13
804,960 804,960 00000000000000000002395d718e93a7c898ac66ab4a89323d54862521295a1a 1,272 1.00/1.00 vMB 14
804,959 804,959 0000000000000000000232f31ec6af431b435fd0e249021674d8a9e59c0cea51 4,103 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.91 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: 714.16 GB
    • Received: 17.51 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.