Loading Tool

Explorer IconExplorer

Memory Pool

86,425 transactions
31.63 vMB
0.14701092 BTC
Random Selection Loading Transactions
Max Size: 190.73/200 MB

Candidate Block

Mining Attempt f7f6448476989c6554d1a1c20a80f39d0cbba818c08126f2c2e425017029739c
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root a1fec1a39edca29c63fb7eadda1776c712f86868b5e14d64aa48b678575f8fe1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,587
Size: 1.00 vMB
Total Fees: 0.06473880 BTC
Feerates: 214.31 > 6.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (73,445 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
841,524 841,524 000000000000000000015685692fc14b1adeafcec56e5b4d6c2588bccc6c1b06 3,071 1.00/1.00 vMB 24
841,523 841,523 00000000000000000000621dd1b9957b7b8832078109ca6a40ad0acd1077de6f 3,286 1.00/1.00 vMB 31
841,522 841,522 000000000000000000001779308fc3e029aab333174061ecfec27d945be63a6f 3,425 1.00/1.00 vMB 46
841,521 841,521 000000000000000000031f43f7052bfa753b78f0c33d396055aa03c5e384e1df 3,628 1.00/1.00 vMB 25
841,520 841,520 000000000000000000030eef1663114ef04e8354ed127e0003dc5fd9741a0b98 4,284 1.00/1.00 vMB 23
841,519 841,519 000000000000000000025db27c37f9ae0bf7a13f48de7e09e3b81686a6f8d044 5,060 1.00/1.00 vMB 20
841,518 841,518 000000000000000000031c83186571bb84c471e59dd5665f738100c678604e0a 4,486 1.00/1.00 vMB 18
841,517 841,517 0000000000000000000227b1efb7b5ae2bee235d14a700128ec046baa8f5576f 3,353 1.00/1.00 vMB 28
841,516 841,516 00000000000000000000d1bc81efa059e9a088548f2e2a4634f6502c1124f62e 3,642 1.00/1.00 vMB 28
841,515 841,515 00000000000000000002e92c4bd57d2fe075ed1e6e5d9667944fe7cef22b73fb 4,078 1.00/1.00 vMB 35
841,514 841,514 0000000000000000000244ac6833b92bb1e4a8255ceacb0d2069236aee727803 1,786 1.00/1.00 vMB 21
841,513 841,513 000000000000000000018d2dcba47868819cb242851f5d63a8a70f51c61b4bf4 4,192 1.00/1.00 vMB 34
841,512 841,512 00000000000000000003048d0f9c3b07f3c50ac2ae3103b6e9d4ea6bf75bf0ab 3,629 1.00/1.00 vMB 29
841,511 841,511 0000000000000000000115d246f6017af70585435534880710968a71a13daa71 3,435 1.00/1.00 vMB 55
841,510 841,510 00000000000000000000088bc8389fbc2e6b80921673961274b328c8eff5b85b 4,281 1.00/1.00 vMB 19
841,509 841,509 000000000000000000028565d294bbb054de790968bbc96e7b326d02a2033e8c 3,668 1.00/1.00 vMB 42
841,508 841,508 00000000000000000000159322b9b94066768db7d9dbf0ad045bcd4c503361fc 3,102 1.00/1.00 vMB 36
841,507 841,507 00000000000000000001433263025a18d45caff79dbeee6e5e469d6e916d0fe4 3,784 1.00/1.00 vMB 24
841,506 841,506 00000000000000000002bdc3c02b5b38400f0900e803517635e81102c9b72bf6 4,426 1.00/1.00 vMB 34
841,505 841,505 00000000000000000001c044dab0e83191b81857f43ccbb997fb6a10726e56aa 4,655 1.00/1.00 vMB 22
841,504 841,504 00000000000000000000f864624daf3a4129d24a19fd1701465f361a23bf36c7 4,821 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 782.33 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: 660.72 GB
    • Received: 14.77 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.