Loading Tool

Explorer IconExplorer

Memory Pool

35,579 transactions
20.23 vMB
0.08075740 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 107.90/200 MB

Candidate Block

Mining Attempt 838088cc1e7bddb48013180cac2de5aa2883d102f4a59d6dd8422b710ac3b8bb
Version 20000000
Previous Block 0000000000000000000003121466754aa8efa1ab2c3afdf2eb6756fefa30c197
Merkle Root 02ddf74cb48033f582504ae1438f68a24412ce55048565bc4e912ca33701c9c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,371
Size: 0.997934 1.00 vMB
Total Fees: 0.03430652 BTC
Feerates: 570.41 > 3.44 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,858 (796,020 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
117,838 117,838 0000000000005121f95d273cf5c39a5d2873f0407d60558d4dd08a0591dc328f 9 0.00/1.00 vMB 0
117,837 117,837 00000000000058429a800ca90feb40bd3da10c1f3be7b393dbbc7b280e918432 5 0.00/1.00 vMB 418
117,836 117,836 00000000000058e2a7119b61635e8c55ed680cafda311e398990e2cb31566b75 12 0.00/1.00 vMB 1,161
117,835 117,835 0000000000002494043aaeb89c6250307f4e2e8b17a718d6f564b54680ee945d 11 0.00/1.00 vMB 322
117,834 117,834 00000000000054a6144f1b5aa275438c293a5331fa9e21937e2bff8205a9a71e 11 0.00/1.00 vMB 352
117,833 117,833 0000000000002cf77b9e859bcf7ebfb043a07ac939b4239743e573cda6ab9860 13 0.00/1.00 vMB 916
117,832 117,832 0000000000001a8d5442e5148a4b3bdf29056110382b5488788dc0e8d0647e05 1 0.00/1.00 vMB 0
117,831 117,831 0000000000009d8854fa075ba5c62047e6af5205a76e09370078ebd31e1aaa27 1 0.00/1.00 vMB 0
117,830 117,830 00000000000048e27a3c4834bdf1ab9ab91f8b0d465862a6c9c9e52968dd0749 11 0.00/1.00 vMB 0
117,829 117,829 000000000000b31e6ab6aa6ceee048d0c75b0edd260a5403d152d64238bb9116 3 0.00/1.00 vMB 0
117,828 117,828 0000000000002278c61c68310797716b12ffe584f17cd273fe6b7fd8c6e59c75 11 0.00/1.00 vMB 947
117,827 117,827 000000000000615841794afc993c104dd76577593e81f2767bb0bcf59af1ed60 31 0.02/1.00 vMB 778
117,826 117,826 00000000000055f69f33b4e2051cff505e78bbe4b41a73f61dab730c86490161 2 0.00/1.00 vMB 0
117,825 117,825 0000000000008019c1f5cf90ba262adbf3cea11e7db000f46389f7ae405bc2c1 3 0.00/1.00 vMB 0
117,824 117,824 0000000000003d91a2c675a84681d722aca16a05f6bc37deb8b3814f709b0a19 29 0.02/1.00 vMB 370
117,823 117,823 0000000000008254b7b5b7a05dbc6588ca5bf6683c6235fdfbad2067efaf19d7 13 0.01/1.00 vMB 738
117,822 117,822 00000000000007ae87089d9094d0012c9e0c8671eeeff96c479d4d3488c8f53b 6 0.00/1.00 vMB 0
117,821 117,821 000000000000a389a6979fe2f25f0a13f67bab50753233296f030bb131b950dd 8 0.00/1.00 vMB 1,474
117,820 117,820 00000000000093e0ce06f8db0c54b1ac8ecb28717d29cb26224eb67750b8fc5d 12 0.00/1.00 vMB 631
117,819 117,819 000000000000068c7ec3538c919fb4c59c7d50ccafdf32cf1347e3c88feef071 11 0.00/1.00 vMB 235
117,818 117,818 0000000000007cb90a86f2b5582be135551a12a09c370f02e84714b08ec994cf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.36 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: 523.29 GB
    • Received: 4.97 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.