Loading Tool

Explorer IconExplorer

Memory Pool

77,722 transactions
29.99 vMB
0.06866956 BTC
Random Selection Loading Transactions
Max Size: 181.91/200 MB

Candidate Block

Mining Attempt 6effe303488964f5dcc00a06a369019b303fa2cf4a24901db3b0d9e889c4614c
Version 20000000
Previous Block 0000000000000000000036bbd7276eb10eeccda80d363dbecfc4a4ff5e03f32d
Merkle Root 1331c82a48e70e0059d76693c503b9f2f853ea8c0c0e215601f89e67d127bc4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,975
Size: 1.00 vMB
Total Fees: 0.00513460 BTC
Feerates: 150.92 > 0.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,191 (827,914 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,277 87,277 0000000000004e9a3d3c61ab5774856f47c8a045d2307cfbbfae1ccaa14f8ae1 10 0.00/1.00 vMB 0
87,276 87,276 0000000000010ba972146bf2f1f6e6379463e2eeedd6bb5e0ae731b77fad6e2f 6 0.00/1.00 vMB 0
87,275 87,275 0000000000140795d74398c82c3be5585da612d17eb3922553a0adf628ef1538 5 0.00/1.00 vMB 0
87,274 87,274 000000000011056a4b013531ed37b43ea9f033d7b5351a11987d258d3c67306d 1 0.00/1.00 vMB 0
87,273 87,273 000000000010555e2a6b558610982d84bf1a872de5506c6e22e4405efcce15cb 4 0.00/1.00 vMB 0
87,272 87,272 00000000001cc2ab067f4ca1a1f2e5d2d9fd7b6fe31eb6c1f3bd720a697b9a48 17 0.00/1.00 vMB 0
87,271 87,271 00000000000092dbc316a4272b3f17cc2174633f0cbbbc16f248a5b3b73ae734 1 0.00/1.00 vMB 0
87,270 87,270 0000000000005824086004bb56e97b5b2b8718fbc52870e7ed6fcb85c8e53ba7 6 0.00/1.00 vMB 0
87,269 87,269 000000000005b3f2860ff3d8a1a200ce6fbb0dbf6e2226e0eac4ba48cd56983b 3 0.00/1.00 vMB 0
87,268 87,268 000000000013e4f7feb0adacd9ddfafe9d0a3c55629cfbc5d11c8fcd944f69cf 13 0.00/1.00 vMB 0
87,267 87,267 00000000001dee0c761a7315c3a772ca20b45d6bd7245e9535b70435c2481ac1 1 0.00/1.00 vMB 0
87,266 87,266 000000000013914f155f0abb5d65796d06bbf90e7f329a898a4786fe5319aaf7 1 0.00/1.00 vMB 0
87,265 87,265 000000000007194e7226aa71a083a4e6ac4c7fb02f81becc43937f531935da28 3 0.00/1.00 vMB 0
87,264 87,264 00000000001df363012d1e828c53042603e07f26a612e8ceb0a773118019b02c 1 0.00/1.00 vMB 0
87,263 87,263 00000000001299e68821953e22f0129924378dbe4b06477c480f8ad8af15b97a 2 0.00/1.00 vMB 0
87,262 87,262 00000000001d5c700f8ab71be7188317f612d704977084eb42e370c2fb29801f 1 0.00/1.00 vMB 0
87,261 87,261 00000000000033700c62f2c930ce3e86c761990aa0b111bb0bb3e2716479f7a2 1 0.00/1.00 vMB 0
87,260 87,260 00000000000fe7986d00777b018acde63f54c17c7f0c9335b90a3c6936191754 1 0.00/1.00 vMB 0
87,259 87,259 00000000000229943d8c1046bab8b2c9fcbcfdbc1d468b9b5d08e2996f603b4b 1 0.00/1.00 vMB 0
87,258 87,258 0000000000177275e2781c43841ab84ed0d84c8b30ac8a29d22066908e77d1fd 1 0.00/1.00 vMB 0
87,257 87,257 0000000000090f0ef0e42504203c89fca78f4382c84792fc73e9ccffeca06811 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.72 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: 707.08 GB
    • Received: 16.66 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.