Loading Tool

Explorer IconExplorer

Memory Pool

78,226 transactions
29.63 vMB
0.09153935 BTC
Random Selection Loading Transactions
Max Size: 180.29/200 MB

Candidate Block

Mining Attempt 3829f187d776df3cddce40df03fe733c966b77cf11848267c90b9f872f53d2a7
Version 20000000
Previous Block 00000000000000000000dee0d7f2adc1aa9588eb4868dfca5df56e84a096c1f8
Merkle Root d1b167ca1012b4fcf4bf454ed5669f4e119b75585ca8c48ecd37f9050b5cb78a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,956
Size: 1.00 vMB
Total Fees: 0.02575233 BTC
Feerates: 477.45 > 2.58 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,243 (234,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
680,581 680,581 000000000000000000098aacf2d55f09178187962da8f0dbeaf75e94c699fbbb 2,095 1.00/1.00 vMB 21
680,580 680,580 000000000000000000082342619fe5e67bc6bbdaa7117acb6652a0da20a1ab09 1,848 1.00/1.00 vMB 20
680,579 680,579 00000000000000000006f6be0dd15f730ee939e1b7d035b544b450e0d76c1ecc 1,395 1.00/1.00 vMB 20
680,578 680,578 00000000000000000002599b73c74ff41cc1c08b3b5434ed6e994e3eba3baefb 1,081 1.00/1.00 vMB 29
680,577 680,577 00000000000000000004907fd786cb1c12be2402be371b3d8c4669f1d1f938a0 1,066 1.00/1.00 vMB 24
680,576 680,576 00000000000000000003b4485b042f55d9b6303ae0fe88d1cb47519168c2b5bd 1,506 1.00/1.00 vMB 22
680,575 680,575 0000000000000000000b108905b88a3249d722c58d89841288dafa43a6660360 1,957 1.00/1.00 vMB 73
680,574 680,574 00000000000000000006a643f5145b6911cc60ee40a9604a9584735287f9b179 2,441 1.00/1.00 vMB 52
680,573 680,573 00000000000000000007c220dcb99a88c779e69572085935e78b3b55c9b92a92 2,335 1.00/1.00 vMB 93
680,572 680,572 00000000000000000000b95ce7d7503e14d81e089e74b3319aa998576c63718f 1,667 1.00/1.00 vMB 30
680,571 680,571 000000000000000000022ef0abc2e7c9f72e050ad843482dfc26cfcd6d572b7f 2,745 1.00/1.00 vMB 146
680,570 680,570 000000000000000000042a79084862134e9505e787cdc7570cf50cf69e004bde 1,680 1.00/1.00 vMB 57
680,569 680,569 00000000000000000006bbc2fc5c8f01c482edc9f6004fb8e5bcd910ec4a773b 1,218 1.00/1.00 vMB 75
680,568 680,568 0000000000000000000b57d433b4d26e4fd79350662b2ab42b4d1759345a59ca 2,106 1.00/1.00 vMB 122
680,567 680,567 00000000000000000000217d9cd1076fadb8121b9c9376868af2d8f5965a7bc6 1,412 1.00/1.00 vMB 193
680,566 680,566 0000000000000000000861acccda0c51c9f3d0eefab276a789999b1791036944 2,590 1.00/1.00 vMB 159
680,565 680,565 00000000000000000006614e1f104d3aaaa47273c3ce20019bbcf8e79b95afd3 2,215 1.00/1.00 vMB 86
680,564 680,564 0000000000000000000204d35f7656ad7ba486d84b281dd3019d941ec0a190d8 1,714 1.00/1.00 vMB 47
680,563 680,563 00000000000000000002d9065b54441a8867070e6dc011920a6af64b3d08a86c 1,627 1.00/1.00 vMB 93
680,562 680,562 0000000000000000000761e999afe5518e7ed7885102a7691d73ceeb1430eb8f 2,324 1.00/1.00 vMB 106
680,561 680,561 00000000000000000007da86cf1b9eeccbf3c055ee957ded9f37e79a43679773 1,832 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.81 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: 710.32 GB
    • Received: 17.07 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.