Loading Tool

Explorer IconExplorer

Memory Pool

41,007 transactions
31.99 vMB
0.12209709 BTC
Random Selection Loading Transactions
Max Size: 159.36/200 MB

Candidate Block

Mining Attempt 3f69ea238f08210bb036fc7d2adec2fec661a6b314ceaedd34fcb6a21ef6493e
Version 20000000
Previous Block 000000000000000000013cd46d945cd3237f55f5764ba0b347e0055cb459bae9
Merkle Root 1abca1a03a5f4db3c6a4bdfda4140bfc7adadfbd70eedaf5917a025a6165f72f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,950
Size: 1.00 vMB
Total Fees: 0.05553468 BTC
Feerates: 301.69 > 5.56 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,374 (817,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
96,542 96,542 000000000007188242f30e543dd26436f4e88bb1bbce0b301a5b1c80cdf3ee62 3 0.00/1.00 vMB 0
96,541 96,541 000000000005c23a4e245a43c7521a81a165b3a090817f977c63ec41751119c0 1 0.00/1.00 vMB 0
96,540 96,540 00000000000516edf3c148262fe37c769c9b2b8c1e65913f2462287c344d76cb 4 0.00/1.00 vMB 0
96,539 96,539 0000000000023e37b16cb3f3cbc92c39cd574a51cd29ef6d174961e54485261c 2 0.00/1.00 vMB 0
96,538 96,538 0000000000053548f6a7ee0775f039bda703e65ea9949fb3bd2193f3abedccdd 2 0.00/1.00 vMB 0
96,537 96,537 000000000000ef1f0f3946520716085d12764d3bc570a6c18bdc72bca7832c0a 2 0.00/1.00 vMB 0
96,536 96,536 0000000000059b7717d420d8a5278e438f773a0659a3b960cc0029526cfc303a 2 0.00/1.00 vMB 0
96,535 96,535 000000000004e7c5afee9044f0d8aa0f7a46a4ef2d5d33ac80206ce461cb8a2b 2 0.00/1.00 vMB 0
96,534 96,534 000000000000065f1c3a42acc69792a93c9d15a93964b2c27d7a759a854de8c3 1 0.00/1.00 vMB 0
96,533 96,533 0000000000055d27bac78e270609d452d69fa9939a93bd3660b1a62d64312e35 1 0.00/1.00 vMB 0
96,532 96,532 000000000006159482ae428c18ecbcaa3541929a4571f6f07e1db53478b7b615 1 0.00/1.00 vMB 0
96,531 96,531 000000000004f65708bce54f36d7b7981d456e2868e3f8e0bedfe2c1e7fe9373 1 0.00/1.00 vMB 0
96,530 96,530 000000000000197b37cc2c0fb6cf0f9cd02f669af35a09247160c9cd602e89bb 1 0.00/1.00 vMB 0
96,529 96,529 0000000000056efaf25e6acb4fbe3299d2da1535c0c98c67d84b3331b08f6d96 3 0.00/1.00 vMB 0
96,528 96,528 000000000006b7e8b789c81593e5a112fed8cde01e5c026d8c3a8a0e4626f41e 2 0.00/1.00 vMB 0
96,527 96,527 000000000003e189a14415f878bbc8c0d067e4048245c339cffab12ee0dc717f 1 0.00/1.00 vMB 0
96,526 96,526 00000000000405a72f5b706191f36ffa720823efba673acdd03040e93bacc399 1 0.00/1.00 vMB 0
96,525 96,525 00000000000145fa7549ad23ec1d5fd0adca68bf439ec460738058fda3f4870b 4 0.00/1.00 vMB 0
96,524 96,524 000000000003b4c0a43eb1f833be443e5a555beefc4483b9e64894e4c3b57543 3 0.00/1.00 vMB 0
96,523 96,523 000000000005d8030f1cf1439862bcdd60c1488b7b6c994a61f306f46ad66fd7 2 0.00/1.00 vMB 0
96,522 96,522 000000000002e558fffc3e039a45b7425b05b51e3e397d4ceedb756695507f28 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.26 GB

Node Details:

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