Loading Tool

Explorer IconExplorer

Memory Pool

80,723 transactions
29.83 vMB
0.06793896 BTC
Random Selection Loading Transactions
Max Size: 180.04/200 MB

Candidate Block

Mining Attempt 5f8c402d6b62ab9053a9ae6efa6b6a4e3a957aa9c50ff63a5b66b1892759e19b
Version 20000000
Previous Block 000000000000000000017c2946f942e619550ccc2727f15be648c71ce8591f72
Merkle Root 216448bb68a6fbd38113336ce4327c972bcab6ee8a34ad2f721966a6c20d1b15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,562
Size: 1.00 vMB
Total Fees: 0.00712653 BTC
Feerates: 34.33 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,977 (794,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,435 120,435 0000000000009e4c04c997978fc9c06ee8a0e207871768d8c91002c0662ff4d2 151 0.04/1.00 vMB 24
120,434 120,434 000000000000421981cd87175ba7598bca4f245ab627df6e5fa97f312bd96372 13 0.00/1.00 vMB 1,044
120,433 120,433 0000000000004cc8d2135cf48f484cd7b7a22be669cec09b374bb67c4f5d0cdb 10 0.00/1.00 vMB 0
120,432 120,432 000000000000028c2206e2565a9c14784d9f8686ed8b1fddf073ecbe35a463d7 145 0.05/1.00 vMB 82
120,431 120,431 000000000000535dc13dd1374bb6132c1a4394cc963594f58b6b5281eb732811 20 0.01/1.00 vMB 473
120,430 120,430 00000000000043d022882201dd5c280729ac6138192184cb4c55095757a0340a 4 0.00/1.00 vMB 2,647
120,429 120,429 0000000000004bfe87ff3a5994579c5e3321483f816af9c23d8ca8e0eb492481 34 0.01/1.00 vMB 519
120,428 120,428 00000000000015902d70bd5cae2d7d9fd21d00e7ad83a0b530d2830a0f9aba1c 9 0.01/1.00 vMB 0
120,427 120,427 000000000000775de443b5a6826fdd4d796d6ca4f650bafef3c52d546a83b06b 38 0.01/1.00 vMB 0
120,426 120,426 0000000000007fd9c1bd96c3a9e308bcfd973fae3785b2babb3d8e2f52811c5b 24 0.01/1.00 vMB 0
120,425 120,425 00000000000069c88773cf9417eab38e92e2d5cb9e3c12de1ee0806f0d3f0e25 10 0.00/1.00 vMB 335
120,424 120,424 00000000000084c06d7a8c2db1c1be9ecf858bafc082b07e8633c13335e5161a 156 0.05/1.00 vMB 216
120,423 120,423 0000000000001a79a64505302473d54f754e9db54923190e92270c263599fe5b 12 0.00/1.00 vMB 0
120,422 120,422 000000000000b29ba4360450ef83bdf1e16db5d9b3b6d135987bf71b146e3463 11 0.00/1.00 vMB 0
120,421 120,421 000000000000384956e31cc21d5e7fb41048895bfb066f8a67076fba5a8b68db 12 0.00/1.00 vMB 333
120,420 120,420 000000000000116d407d22969eefa7144da8e32a9364efdc77dcda96d96b7187 11 0.01/1.00 vMB 617
120,419 120,419 0000000000007b591e47a2fbb48cdef1cbe937361fa6e5c584714c682e89a2bc 9 0.00/1.00 vMB 341
120,418 120,418 0000000000009b6adbcd491a6365ef4161c96217122e51b171ae8e6463776e95 32 0.01/1.00 vMB 0
120,417 120,417 00000000000092437fe11b73b174e273d4d6059a8425a58b9ae801ac5326d88e 1 0.00/1.00 vMB 0
120,416 120,416 0000000000003a8d4fa9fd7ef8671f17b66ed5d3cc37cfc089d5e1ecacf51045 79 0.02/1.00 vMB 0
120,415 120,415 000000000000a1255a87f78666f2059e8ddcd9277d83c7aca8401abcd7d8b6a4 11 0.00/1.00 vMB 1,277
Previous 10 blocks ↓
Total Size: 782.35 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: 662.19 GB
    • Received: 14.84 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.