Loading Tool

Explorer IconExplorer

Memory Pool

31,101 transactions
28.31 vMB
0.15084918 BTC
Random Selection Loading Transactions
Max Size: 137.23/200 MB

Candidate Block

Mining Attempt 880aa776ca8494e0d9188b2d9cb31576204b73dc0d50701bd1a3001a8e4320a7
Version 20000000
Previous Block 00000000000000000001dd13af50d570d39bbe125c122c99add1ef636948c08c
Merkle Root 9a801cc0f6be176449b20fef8e95f1c5619c6f7d19a427fbe884a8c38f3eac70
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,757
Size: 1.00 vMB
Total Fees: 0.08878594 BTC
Feerates: 502.40 > 8.90 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,493 (799,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
115,441 115,441 000000000000055a752d4f0d42d7ee3eb9acb899733155be4feaec170bfba3cb 10 0.00/1.00 vMB 0
115,440 115,440 000000000000b5527dcf9b623493c60e3a75c7f532bae7358ad9d9e85c1ecf5c 12 0.00/1.00 vMB 591
115,439 115,439 0000000000009e7b2ebcd79790597a3e025ea2973f78059f5e366dfe6c0de7ad 5 0.00/1.00 vMB 1,052
115,438 115,438 000000000000466c437c0fe02d62d49f12af2e814764f0eb537615fafa6ff0fe 7 0.00/1.00 vMB 1,510
115,437 115,437 00000000000085d649f8433510e374509cdda627b2b78e5683eec8c31554809c 3 0.00/1.00 vMB 4,454
115,436 115,436 0000000000008f1d918fc590bead5bc9d56bfabfc1bf8f7bbfc981666094270a 1 0.00/1.00 vMB 0
115,435 115,435 000000000000e811d1659286cc2dba42980c495ac95c4ed98070278c9bf08144 3 0.00/1.00 vMB 2,070
115,434 115,434 00000000000049718b00446d9763c567eb9bb9e13f30c5a4ca20ba9eb1b6673d 2 0.00/1.00 vMB 0
115,433 115,433 0000000000004658217d56ef689c75b2d19af2c1bf0386ff11e34bdc35ff69f0 1 0.00/1.00 vMB 0
115,432 115,432 0000000000002a2e6fa8ab76d0ce2830f98382bb4fa63a29251104735ca216a2 16 0.01/1.00 vMB 464
115,431 115,431 000000000000402d4d3cc50b70829fdb37ddc5198331375ff50f201c8e056dc9 8 0.00/1.00 vMB 847
115,430 115,430 000000000000b462a74a917f5d4d078dec8de8064f6b274cc5be95b0252ed4ce 1 0.00/1.00 vMB 0
115,429 115,429 000000000000f1a045f6cc0cbdbb040e8657c0732cc98622a2ba108d335bb72a 5 0.00/1.00 vMB 0
115,428 115,428 00000000000030937353b4676fd624cdd679a61cd10b85888b7a0ee016a58b97 7 0.00/1.00 vMB 0
115,427 115,427 0000000000006de8469ff1922874b1c29afeeaa0360f6d25ba3344a1243c9b3a 9 0.00/1.00 vMB 0
115,426 115,426 000000000000cd0343f2e8a79afe498ed47db422c2b4e924422b0aff6fb4226b 17 0.01/1.00 vMB 762
115,425 115,425 0000000000003465663e01348119f051da86552c01e303fbf0fa5850a4d04c43 11 0.00/1.00 vMB 927
115,424 115,424 000000000000171bdfce46e0870a43426a8389e4f9e03df0c7db5a5736a81630 1 0.00/1.00 vMB 0
115,423 115,423 0000000000004ce22cc8729e1c4d28718ba6fc952e290f0d17e94c7c361aeac9 9 0.00/1.00 vMB 1,272
115,422 115,422 0000000000004e04202345d26f113c18e94e51e8752bd5e61eaa2c740598d477 86 0.03/1.00 vMB 0
115,421 115,421 00000000000078a97991a579091712f64f9f578cdbece8cef1abc78b0fb289db 28 0.01/1.00 vMB 875
Previous 10 blocks ↓
Total Size: 781.49 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.90 GB
    • Received: 10.91 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.