Loading Tool

Explorer IconExplorer

Memory Pool

40,416 transactions
28.52 vMB
0.06468721 BTC
Random Selection Loading Transactions
Max Size: 145.81/200 MB

Candidate Block

Mining Attempt 966c16edced403a7ad2fb3bd50083f8f96e205ffcff1e359b716bb2057305f84
Version 20000000
Previous Block 000000000000000000010d7d42c60951ff1aa892469444c13b3952717e2d317b
Merkle Root 3b54d863f4b4f8df9506a4e71e82ccc15e5b792eb4e3b10df9f81f925addee1e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,883
Size: 1.00 vMB
Total Fees: 0.00966828 BTC
Feerates: 100.19 > 0.97 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,612 (327,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
586,677 586,677 0000000000000000000fc4ec25b8891bbe288889f67b566a6a3981832f302aa0 2,280 1.00/1.00 vMB 52
586,676 586,676 0000000000000000001e452622ca5d77b585e7c63d3df4159365b80f20c7e620 2,505 1.00/1.00 vMB 54
586,675 586,675 0000000000000000001a44a568a39a5e60e4974dfecb9d12bff2fd808f7fcc53 2,877 1.00/1.00 vMB 64
586,674 586,674 0000000000000000001b84b734789348b0a9de5a3744ff2a4b2ef70a62314ac8 2,720 1.00/1.00 vMB 52
586,673 586,673 0000000000000000000c3ff9e00ace8b88ad5caf32d9dab295c36d19b66f4c2b 2,953 1.00/1.00 vMB 54
586,672 586,672 000000000000000000155d3bbea8df619403cdc9e8dc0dc17681541d8cc38752 1,716 1.00/1.00 vMB 50
586,671 586,671 000000000000000000050585978741acfcfb7cbadc6e8c400810e834563727ea 3,209 1.00/1.00 vMB 56
586,670 586,670 0000000000000000000fbeff3bd32b133b75ad6c5c9c0431482fad0eef939b58 3,072 1.00/1.00 vMB 79
586,669 586,669 0000000000000000001c7e64191c7ef74feee1b99449020f3b7b5e0aca86102d 1,188 1.00/1.00 vMB 48
586,668 586,668 0000000000000000001d51233ef817037e9dfe386b16792999fc4c6ccf6a36d3 2,781 1.00/1.00 vMB 61
586,667 586,667 00000000000000000000cf230bf3ca59b0892243a5493558a0169e10c1237de4 1,323 1.00/1.00 vMB 76
586,666 586,666 0000000000000000000e8745e25d9e60d6ddbc6f9857d0da71a0a304ef8cf3ce 1,928 1.00/1.00 vMB 48
586,665 586,665 000000000000000000064513243412b83acc296b97709878c47582e6e5e063c4 2,621 1.00/1.00 vMB 68
586,664 586,664 0000000000000000000ef91637ff0c2424d5e24392159cbefae7c198d708603d 3,154 1.00/1.00 vMB 79
586,663 586,663 00000000000000000015f26cf76c979feb54e2ae2961dde435df2ad5832093b9 3,679 1.00/1.00 vMB 75
586,662 586,662 0000000000000000000f73d58215486dd9a1306f8dab06e93ab0e14bab1ba9aa 888 0.30/1.00 vMB 42
586,661 586,661 00000000000000000006dea19de6a613009f91ce1f6e19e2ab124b847673f342 1,966 0.80/1.00 vMB 21
586,660 586,660 0000000000000000000df938b7f5e481a46fcd1bd56cfa8e245ec1abdd861fb0 224 1.00/1.00 vMB 5
586,659 586,659 000000000000000000092efdde7618f338cc729432e876943122b77de9410140 967 1.00/1.00 vMB 13
586,658 586,658 000000000000000000173a898c685aee431caeeeac68e7b624ed3c51dce7fdf5 2,297 1.00/1.00 vMB 12
586,657 586,657 000000000000000000027fa79e02e4c5674bea8959517916df132cefea47760c 3,164 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 781.70 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: 629.17 GB
    • Received: 11.88 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.