Loading Tool

Explorer IconExplorer

Memory Pool

85,491 transactions
33.08 vMB
0.11041932 BTC
Random Selection Loading Transactions
Max Size: 199.82/200 MB

Candidate Block

Mining Attempt 8c17cd481ed436c0c55e05de92c92b6e85b2a1c2f68e5d507ed83bb7e71afefa
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root 5c684f2d9674a39d24d6b1cb4789177acfc3dfadaca10b5342e6e175fc0228ff
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,542
Size: 1.00 vMB
Total Fees: 0.03449505 BTC
Feerates: 223.65 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (451,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
464,200 464,200 0000000000000000017374254f2a517ce4f6e2b9fffa9454f880fc145bf8f778 1,046 1.00/1.00 vMB 50
464,199 464,199 000000000000000000de15cacd6c54301d8f707d288f9f72db14268cf81f121a 1,158 0.51/1.00 vMB 137
464,198 464,198 0000000000000000007bc1281ba31f5ffa703ec8ae5288302ac0d7762bd0c70c 2,014 1.00/1.00 vMB 112
464,197 464,197 000000000000000001946fc4e6d4d8b35479a4781610e04e2d82faba34328b79 1,477 1.00/1.00 vMB 61
464,196 464,196 000000000000000000b38e8fb3bf7a34d40ff711af902605ecd0055a46f9f476 1,810 1.00/1.00 vMB 171
464,195 464,195 000000000000000000a81d99a9fb723dd2cb15a262ef5548467e8ca53574a814 1,644 1.00/1.00 vMB 108
464,194 464,194 0000000000000000014872065f29c59db8e586ade5a7b70748cb32aa4c80d90b 2,154 1.00/1.00 vMB 141
464,193 464,193 0000000000000000007c1102611ab7dd17897732255dd7f6eefe75d7d87d3c71 926 1.00/1.00 vMB 64
464,192 464,192 000000000000000000b72a0137860188aacd0727fff3a7696e34c15fb75d8f0e 694 1.00/1.00 vMB 47
464,191 464,191 0000000000000000000e2bee6b42fc7c392275d5d28f2fdf19f62d675782771a 1,698 1.00/1.00 vMB 112
464,190 464,190 0000000000000000017598377ffe73e850be8d0069131b42f9ed5df37bd705e2 1,077 1.00/1.00 vMB 82
464,189 464,189 000000000000000000e1ee4216cf5595acb698118e0e45064411ed6cd42bebcf 481 1.00/1.00 vMB 44
464,188 464,188 000000000000000000c6d9d4f059030359c6380fa48e049a8c4917d13a7fe2cc 1,751 1.00/1.00 vMB 115
464,187 464,187 0000000000000000015504d81761c10bd8aae6bd7a1c3cee9c957bcc9a643ae9 2,433 1.00/1.00 vMB 160
464,186 464,186 00000000000000000034b06763561e4d6fad047bf49e2eb8d3be6c7538df5db2 2,419 1.00/1.00 vMB 141
464,185 464,185 000000000000000001b1d361d1ac295ccb56caae8bc1071a94b90b9414f6b13a 1,535 1.00/1.00 vMB 107
464,184 464,184 0000000000000000007195755decf75839f5cd4f5d3dbff5e19642387d352a65 769 1.00/1.00 vMB 57
464,183 464,183 00000000000000000110f4b0be984c22e5b8e0991eb80abd8a3f46d9a30d74cb 1,916 1.00/1.00 vMB 128
464,182 464,182 000000000000000001fae346cbabffad62e071cf568eb7d5c7cd3ae328012709 1,008 1.00/1.00 vMB 80
464,181 464,181 000000000000000001f72d56e59494f36dcd2587c1ef032b86127fb5df5ec9e1 71 0.99/1.00 vMB 11
464,180 464,180 00000000000000000147aa04470a65cc5469ac6a0e106d7d4e762d28b5a66662 1,864 1.00/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 782.76 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: 709.02 GB
    • Received: 16.83 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.