Loading Tool

Explorer IconExplorer

Memory Pool

82,927 transactions
30.02 vMB
0.07106028 BTC
Random Selection Loading Transactions
Max Size: 182.28/200 MB

Candidate Block

Mining Attempt e83587b65907743ab882a562c67c3ce22c23ac9fde87e933035ad3d48b85d34b
Version 20000000
Previous Block 000000000000000000010d0a3e37e31e12beb7277f8808ba3ca72eb0ef7badb5
Merkle Root ddf073f2f22561f4bfc4ae5bb614c0b4377467a128b8e158f5803232b8a60629
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,633
Size: 1.00 vMB
Total Fees: 0.00970593 BTC
Feerates: 43.68 > 0.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,959 (468,569 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
446,390 446,390 000000000000000000c98adc22bc3833a204d803ed6484ce23264dc5104c0e0c 2,251 0.99/1.00 vMB 84
446,389 446,389 0000000000000000007fb4da41ae94b9af39752fe91dbdc0c27368b47bf5dfaf 2,218 1.00/1.00 vMB 78
446,388 446,388 000000000000000001ea0e0e697ac203f2420d36c54ad7b2f16c5a3e0692a11b 1,999 1.00/1.00 vMB 82
446,387 446,387 00000000000000000355a1c3a4d230c1ca55106a2b1530adb914358e3c91ee69 1 0.00/1.00 vMB 0
446,386 446,386 0000000000000000019e3d3a9577dcd22fd3a9de4aad30690ac0d1abcd2bf40d 2,420 0.75/1.00 vMB 106
446,385 446,385 000000000000000003087030e14737dc53a7ec438e3a7d684c7dac6654416f05 2,350 1.00/1.00 vMB 93
446,384 446,384 00000000000000000334abfc83e513e78df0d5741569aae9076a87768686c798 1,316 0.91/1.00 vMB 60
446,383 446,383 0000000000000000013d292423d003e6894f4129b4b44394f27b7bd450210ed6 1,892 1.00/1.00 vMB 68
446,382 446,382 000000000000000001ca6c123dffdb699569d8d5ce37385947db86577d906ee4 2,107 1.00/1.00 vMB 83
446,381 446,381 00000000000000000055aeca678888f57c3271f994df6df6a3bacd08b0a2a71b 1,943 1.00/1.00 vMB 70
446,380 446,380 000000000000000002516672b4b9f9b8950c95cadb55ca9971a52d88c9449647 2,334 1.00/1.00 vMB 83
446,379 446,379 000000000000000001b2df6c41e73a1dcc05e455fd67a09c583bf491dca525b1 1,429 0.81/1.00 vMB 59
446,378 446,378 000000000000000002c9851c580f56e56d61a9e3939e5f32177e3cb5eeffc1de 455 0.45/1.00 vMB 36
446,377 446,377 000000000000000001c7d1c96d096b0a7057e5dc2f789aae2cbd4975e9e31b74 937 0.56/1.00 vMB 70
446,376 446,376 000000000000000002ed7ec6e626c5b9ebc915eefd676fb9ca90344578696831 175 0.11/1.00 vMB 32
446,375 446,375 000000000000000001c733c12fcb2dc2deef22dd4909bf5ef45ff5e02e8440d4 1,648 1.00/1.00 vMB 70
446,374 446,374 00000000000000000303aa2958bdf2da430fe099e7d63e9736e8cba11d64be04 2,053 1.00/1.00 vMB 73
446,373 446,373 000000000000000000b58711daaba3a0a98fd2f1e05253a2989b0ce9f2b0acd7 1,813 1.00/1.00 vMB 74
446,372 446,372 000000000000000001ea04360006d8cd5e2d5fbca2ddb09bccab9094e5f77129 2,324 1.00/1.00 vMB 74
446,371 446,371 000000000000000002175e14bfffa3a49e626ecbe6e7c35d26679ccb7af6948a 2,803 1.00/1.00 vMB 102
446,370 446,370 000000000000000001222bf91e3194a892dd0963d61ba2968af07541b09bb1d3 2,068 1.00/1.00 vMB 60
Previous 10 blocks ↓
Total Size: 782.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: 660.26 GB
    • Received: 14.65 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.