Loading Tool

Explorer IconExplorer

Memory Pool

68,258 transactions
26.01 vMB
0.06369483 BTC
Random Selection Loading Transactions
Max Size: 156.72/200 MB

Candidate Block

Mining Attempt e3fa70df5d5447d4c60d1ec9fb574a090107062fa6aaeaabd2476ea92f35c5de
Version 20000000
Previous Block 00000000000000000001f74e6b9bd04d983712c8efbc426287f2cd9e0a80e31f
Merkle Root 8b02c436ca2346a17e9747a78c66ac1b610e08344f6c4bb974cc8e56d9500470
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,114
Size: 1.00 vMB
Total Fees: 0.00857529 BTC
Feerates: 40.21 > 0.86 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,530 (780,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,981 134,981 00000000000007d50b3e12be9e312c6b2f28595a1b00476b8eb735da02e84442 41 0.01/1.00 vMB 482
134,980 134,980 000000000000074d43a801c3e320d20669535427d667e9d10ca0360b5f23f5c2 11 0.00/1.00 vMB 18
134,979 134,979 00000000000000cfba77fa170ba12f419b4fa5b3f3c753f4c30d1e9c680d2270 90 0.05/1.00 vMB 60
134,978 134,978 00000000000004e49ed4c339a7515ac5609b6a4b40e68a19df9dbddc877fe987 76 0.03/1.00 vMB 607
134,977 134,977 000000000000037b7be003301c209e498b7fbb69b1fc1a6c88a6d5e560945b77 59 0.02/1.00 vMB 94
134,976 134,976 0000000000000bb76553298bdb3cbc95c158d8a8d1a4686343775f3301f6a3b4 59 0.03/1.00 vMB 402
134,975 134,975 0000000000000706a0ad56a6f45f3d1232dfd9636d18a1f92ef68fefa02d43c2 126 0.07/1.00 vMB 758
134,974 134,974 00000000000005a2647db3920e1fecb67a67e4ba7b82689aadf6537beefcc2a2 23 0.01/1.00 vMB 241
134,973 134,973 000000000000074def8bb58690e5d37fd496709b4182bee05d1db94ca9bddd29 13 0.01/1.00 vMB 569
134,972 134,972 00000000000004735225c6116dad99177bb804d94aa300d2b699f72ce0090548 44 0.02/1.00 vMB 233
134,971 134,971 000000000000096753c0d03762e158ae2d70323898f392de7d69970581097307 91 0.04/1.00 vMB 551
134,970 134,970 0000000000000b265f0ab29ed32364a58bbc10f2eb505223f6bd6582882d8004 26 0.02/1.00 vMB 598
134,969 134,969 0000000000000606ceb8a0147b725e565c471e3f6608dbbb21e36a6dfd8b7ef8 104 0.04/1.00 vMB 291
134,968 134,968 000000000000059347055268e870d0b2d16622dfe484b2497803f5b854ce544a 38 0.01/1.00 vMB 404
134,967 134,967 00000000000009427094d20aa18da2bd8d0a23a5b30c86a6ae2284c0543dd2e9 26 0.01/1.00 vMB 953
134,966 134,966 00000000000009389451c6280d1a48f2965c6dda51ef87ae277150c17d4f1e38 114 0.05/1.00 vMB 196
134,965 134,965 00000000000005a53b4931d4e59203aab066e9c0202b234d9aabb129a51e5ad3 72 0.02/1.00 vMB 477
134,964 134,964 0000000000000a77bd99de980a8ca34d92399074390f042c2a29dd7f46b867b1 45 0.02/1.00 vMB 701
134,963 134,963 00000000000004a0a1280ff9c0d16cc7dac47ba34e20fab16e80537ac8a85d57 82 0.03/1.00 vMB 556
134,962 134,962 00000000000004a210919a6f596f96584618d41acaa02f08bc8d4e5f5d2b47d2 7 0.00/1.00 vMB 364
134,961 134,961 00000000000006ff112d831505f2113b9b3c6bdc4cf4021faf8abcd5ee5c46db 54 0.02/1.00 vMB 99
Previous 10 blocks ↓
Total Size: 783.32 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: 767.25 GB
    • Received: 19.39 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.