Loading Tool

Explorer IconExplorer

Memory Pool

25,345 transactions
5.89 vMB
0.05098524 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.36/200 MB

Candidate Block

Mining Attempt 1020fab9b5223747a97b314db1828d1305dec55d89ce530c8bb828d6c2af03e0
Version 20000000
Previous Block 000000000000000000008a3ef7c70ae9a6c491c896d7460a3309e425280817dd
Merkle Root 9297e58f7823babcd98887328d5e65fd84a364cf14d77f6e7112ce7d70063142
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,656
Size: 1.00 vMB
Total Fees: 0.03646836 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,179 (748,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,571 164,571 00000000000008fc06f27c258c919fb3379586976c1ae7b17cf00dba7dd74e9a 0.05 MB 107 122
164,570 164,570 00000000000002d5f4f5e833c487ded8d261a97f5cfc46623cc6e91679baa07f 0.05 MB 100 257
164,569 164,569 000000000000042dcd7c73c98e926524447c1e157c33d15c2f69bab93f1db3fb 0.00 MB 12 188
164,568 164,568 00000000000006f2e0964d9a6929411d442b144fa858c2b46d3ebe394f3de6c9 0.01 MB 28 48
164,567 164,567 00000000000003d9cc39c7354217647fa17782a0c5d96fa6c37e8ef10fb407a8 0.04 MB 116 217
164,566 164,566 00000000000006f8877527bbfdedd3e2b996e53ffb11d03bceea2f955d9d0c60 0.01 MB 14 93
164,565 164,565 00000000000006c6fb6d210404582926c4bc77227b3c3db89dba520624981222 0.01 MB 12 54
164,564 164,564 0000000000000005ff0566a834af036cbf0d57d0694864a925bb46108ddbfe61 0.02 MB 36 98
164,563 164,563 0000000000000341bff2298b10a093dfdd2455b8a30f5a6c3986d55b0fc4a1c3 0.01 MB 36 21
164,562 164,562 00000000000008242d5ee1bbf0b173344b978df7170c994ab126101a24ebe6e5 0.01 MB 38 129
164,561 164,561 00000000000002b127d741f0bd6bf4149d2cd433ecec2551cbfb5a22a5ef388e 0.00 MB 14 49
164,560 164,560 00000000000001e7dfdc2a13b69b8b9d314330b5cdc77507e6ed3b12ed2a597a 0.00 MB 10 83
164,559 164,559 00000000000002872e6d64da104df826a51383ae6f469b1094e421ca39a681c5 0.01 MB 11 54
164,558 164,558 0000000000000637d7ec90acdc9c621d4db68f33d2af5e823c2bcab37f66370a 0.02 MB 43 78
164,557 164,557 00000000000007afa61fb756c57eb0b29511ea2674ca7f6c0325064846c2a946 0.00 MB 10 0
164,556 164,556 000000000000070eb71b09096d70172b01bcaf2cb3762d30dce116a73a2ec22a 0.02 MB 35 154
164,555 164,555 0000000000000b43bb41617abd58a9b5ac78e8c30ea728503648f89f4b502625 0.00 MB 10 85
164,554 164,554 0000000000000891b164d5fd53d5ef329615cf65267dac48a1e786bccf3be298 0.02 MB 44 3,342
164,553 164,553 00000000000009d6bd8fe2cbb0aa7ad99d3032569fd69e7d72d7629d8136e063 0.01 MB 9 16
164,552 164,552 00000000000006f7c7db06db23d80d6763a25c12b89c8e98920b540f0b21c799 0.02 MB 32 3,294
164,551 164,551 000000000000087a39d4f78ee626f628f032234bd5daa8b64e14c0bae5938ffe 0.01 MB 13 595
Previous 10 blocks ↓
Total Size: 779.16 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 52
    • Outgoing: 10
  • Data Transfer:
    • Sent: 4.54 GB
    • Received: 0.18 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.