Loading Tool

Explorer IconExplorer

Memory Pool

99,975 transactions
26.11 vMB
0.08910896 BTC
Random Selection Loading Transactions
Max Size: 175.94/200 MB

Candidate Block

Mining Attempt 9f3c23513717cb99f04379a081016619ed31e6d640ec6fcb538ea7a089f6ddd9
Version 20000000
Previous Block 000000000000000000008ec9caaee9bb5df2da0925a8c8452f34c75ef631e8cc
Merkle Root 56e0690bf39b9664831af999406235eabbe8d96017b65945643101b464d0b134
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,277
Size: 1.00 vMB
Total Fees: 0.02640634 BTC
Feerates: 804.28 > 2.65 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,077 (789,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,234 126,234 0000000000001767d3b5c052648dc8f678f52f1a2f7719c0a318396ee53f7de8 12 0.01/1.00 vMB 2,622
126,233 126,233 0000000000001058102605f7d62bd5aa117f8e93def0c0b7d168db830bc8fb0a 10 0.00/1.00 vMB 314
126,232 126,232 00000000000028295168eef736d35dace82d09a13fbdde65bc3abc97f4fe3de7 7 0.00/1.00 vMB 322
126,231 126,231 0000000000000c1c8daceca86a65228738130d9b60375d09476a0fee4e8b46c6 26 0.01/1.00 vMB 1,080
126,230 126,230 00000000000028aa55315c38504a98ed5a645baa8709571a5e9711a257fff4cd 7 0.00/1.00 vMB 17
126,229 126,229 000000000000222fc5b4fdcf2bce2bf92ec9a369074076dc3e959edc002f6f8e 19 0.01/1.00 vMB 436
126,228 126,228 00000000000002fa7e4f9aebb92342e41cab7451aad70768e3f9df85b0571a3a 26 0.01/1.00 vMB 553
126,227 126,227 0000000000000d9b3ebcaf4a54fce9e55b4f443531d916dfdff6db596f430521 37 0.01/1.00 vMB 956
126,226 126,226 0000000000001cc593ce527483051ba6b65ab95b7006803b05dbca1626020013 9 0.00/1.00 vMB 593
126,225 126,225 00000000000020b3a1892675f91a7392db653d695e68b70fd38ee3884913e8bc 10 0.00/1.00 vMB 826
126,224 126,224 000000000000255e36b508a79f5204f9ac92c5107531a95e76c0809974fd4bd0 13 0.00/1.00 vMB 339
126,223 126,223 0000000000000146c36f0cbc8135248f7c74d63b49460bbb57c2431c6c3d24fd 11 0.00/1.00 vMB 534
126,222 126,222 0000000000000b91afe9d2a214d83d15030777fe2a1e26c7d09999da87b7d82e 34 0.01/1.00 vMB 682
126,221 126,221 0000000000002c491225e728aa955b284caece7a62f5d34ccc309998dab8c383 20 0.01/1.00 vMB 713
126,220 126,220 0000000000003aada2026ad72127b3bf065fec266e1fc5f8a1b577c1f49f33c1 20 0.01/1.00 vMB 603
126,219 126,219 000000000000336f4b8dac608b7a0c3d4fefb65772b06e554f34b28e56d49d82 14 0.00/1.00 vMB 1,057
126,218 126,218 00000000000033e20702921818b4f75493395b224ef1d11d80735fded6808539 22 0.01/1.00 vMB 1,506
126,217 126,217 0000000000001852e2fbd3c32b47720da624af015663b4a564a494a4dde1e7c3 10 0.00/1.00 vMB 50
126,216 126,216 0000000000002f8d41e7c6c75d9316132272078ec9b335b5f969979b8ea09c9f 13 0.00/1.00 vMB 350
126,215 126,215 0000000000001e0351b6ff5e25a6262970d7151f9c121720eae8147a217d958a 1 0.00/1.00 vMB 0
126,214 126,214 000000000000059bd41bb7a94561813c8b49a724e7e5512eff685fa5e5737a61 69 0.02/1.00 vMB 2,369
Previous 10 blocks ↓
Total Size: 784.26 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: 814.70 GB
    • Received: 24.00 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.