Loading Tool

Explorer IconExplorer

Memory Pool

85,779 transactions
31.97 vMB
0.21093789 BTC
Random Selection Loading Transactions
Max Size: 191.21/200 MB

Candidate Block

Mining Attempt 9b87e6862f4da4885c76bc5b95f3d53342f889e1f7ec473228f73179547b817d
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 69887bea21c66f2adb996eeb6eef7e7eb619c7b07580d90a3ea2d90f6ab5983a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,886
Size: 1.00 vMB
Total Fees: 0.09517812 BTC
Feerates: 529.10 > 9.54 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (127,784 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,363 787,363 000000000000000000012d4c4f9c89d8d65235724aa61e6a19716d5c72ca2c74 3,741 1.00/1.00 vMB 34
787,362 787,362 000000000000000000023fa9e55b089b25b67f6a1719a97eddda7ff39b54d3d9 3,407 1.00/1.00 vMB 37
787,361 787,361 000000000000000000011a8a62c6491855a6d19fd47b3a99dc9609f4012487a8 3,198 1.00/1.00 vMB 46
787,360 787,360 000000000000000000019eddf4917f024e49862ecf640492910bb102eaa06b40 4,069 1.00/1.00 vMB 46
787,359 787,359 000000000000000000041642f40c1de724e67539822af049f3e13af6368ba6d3 3,275 1.00/1.00 vMB 50
787,358 787,358 000000000000000000036201dfb5d41ef50899dca2c7124c3f84575f7ba87f9c 3,718 1.00/1.00 vMB 37
787,357 787,357 000000000000000000013e1ccbf65fb8d20893e02cd292fef96d8617d964e413 2,835 1.00/1.00 vMB 53
787,356 787,356 0000000000000000000077db5f934353628dde32a94e003e0e2847802ed1a3b2 2,602 1.00/1.00 vMB 36
787,355 787,355 000000000000000000044c59c74c9957bf741cb05ffd286bd0517787f20065ed 3,517 1.00/1.00 vMB 35
787,354 787,354 00000000000000000001886cfc1acf649e9e5d466d41d825cd16fab32d148e78 4,076 1.00/1.00 vMB 39
787,353 787,353 000000000000000000029b170356e5ab8ae3da9b25caf214a41683a3d5e01a48 4,333 1.00/1.00 vMB 27
787,352 787,352 00000000000000000002f3d6cfd4de3f93e21f95946668f222beaf1cf9fcc74c 4,039 1.00/1.00 vMB 10
787,351 787,351 000000000000000000011db6eaec76be5aea226376dd46fc3f069960887b8aa5 3,629 1.00/1.00 vMB 19
787,350 787,350 00000000000000000001ebeb9108bb137a225876f5568bd6684b9d9ce87a7189 3,601 1.00/1.00 vMB 32
787,349 787,349 00000000000000000003195f02e84b92c3f3ece7ac5e18a9e4f58c0082f53f1d 3,678 1.00/1.00 vMB 24
787,348 787,348 00000000000000000004c9d89dbb9bc06104b17831034bfa425924ca7634dac9 3,804 1.00/1.00 vMB 31
787,347 787,347 00000000000000000000badfeb5c70038bbc3843648b3e5d14971929b57683b0 3,821 1.00/1.00 vMB 43
787,346 787,346 0000000000000000000148a5c05e1dad2eb7e77c9a638d3e6d14a21c4fd55d99 4,398 1.00/1.00 vMB 44
787,345 787,345 000000000000000000039bdca43e5f4804db2d26c7c15faef0649a1434a2002e 2,577 1.00/1.00 vMB 48
787,344 787,344 00000000000000000002e32622ddc95cf5211696417672707ecd1f8eed709205 3,735 1.00/1.00 vMB 40
787,343 787,343 000000000000000000002b4d8f2c3a96e5feb02613aef836f132956047d6235b 4,387 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.