Loading Tool

Explorer IconExplorer

Memory Pool

43,558 transactions
27.09 vMB
0.06478370 BTC
Random Selection Loading Transactions
Max Size: 142.58/200 MB

Candidate Block

Mining Attempt 87a7ffb2294a94f8f881dc2f6d79262d99118568e3710eb3084e5cf73b8f7e4c
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 63dc13a51589a0c76d0ba5029edb5d73053910d70256d6c0a0f8b0d5db5a9e34
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,231
Size: 1.00 vMB
Total Fees: 0.01434204 BTC
Feerates: 151.15 > 1.44 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (563,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
351,290 351,290 000000000000000009556f3f3bc72a19817ad9ee7a25a76277e4572319bbcec5 1,533 0.75/1.00 vMB 32
351,289 351,289 00000000000000000d26e0a34edcb8e2fa8fabbbe703b8c7ba2f8c4268c27dbe 1 0.00/1.00 vMB 0
351,288 351,288 00000000000000000de656cca679e6a2516323ec46b79ad66967f4d7055c6b9d 2,221 0.75/1.00 vMB 44
351,287 351,287 000000000000000003f3d889bc0903b91a323de66642d78b46d95578f008a358 1,499 0.73/1.00 vMB 30
351,286 351,286 000000000000000015ae8d6b73ea1f89241c90bb9bfe01de56397fa2c7cd35c2 496 0.25/1.00 vMB 23
351,285 351,285 000000000000000010a6338978fc8a3aab2c16f99e97f93ba4229ca8f616d3f1 1,273 0.65/1.00 vMB 29
351,284 351,284 000000000000000003dac334b4cb68861e31c39590eb68d697a8acd3a6ebd1d9 712 0.43/1.00 vMB 26
351,283 351,283 000000000000000005004432e2166d3db133fd09b051c048040f21ce2ebd16a3 995 0.59/1.00 vMB 25
351,282 351,282 0000000000000000114e72ed0134bbb7a59df1c1bd993d1da4b410b4db4e52d3 529 0.28/1.00 vMB 25
351,281 351,281 000000000000000012ec7f8425987c43e5c40f0568417331bb51259dc6108050 813 0.41/1.00 vMB 28
351,280 351,280 00000000000000000a4b23036d516c91372bae08f30be3e673c59b28240fdfe4 1,251 0.75/1.00 vMB 23
351,279 351,279 000000000000000015569411704a5dedf3500fc05bcc4bb670c7bf0b624955fc 1,352 0.84/1.00 vMB 26
351,278 351,278 00000000000000000682bd0f501693a65a9003675ad5f2d11cd6f9702443b5e9 759 0.75/1.00 vMB 19
351,277 351,277 00000000000000000a67e61c4f6435e45a95bf3550fca33e1fc0295adcbec370 2,987 1.00/1.00 vMB 41
351,276 351,276 00000000000000000c625206c60b1d5e4d2a2ff0fd2a32338c54def43d6128b9 404 0.22/1.00 vMB 24
351,275 351,275 000000000000000008369da3c482714191db684725ce1087b17f10ebd67a7e70 145 0.10/1.00 vMB 18
351,274 351,274 0000000000000000048b0d90bb959c69348371d1496cca6ff2f028d3095dc32d 953 0.76/1.00 vMB 17
351,273 351,273 000000000000000010985722cb75316155b6f8f5ba75d48dbedbda92decb32f6 1,426 0.75/1.00 vMB 43
351,272 351,272 000000000000000003f2c8cf18e81ec76c6b8a6dbfeda37bb289f71cfdd68db9 1,642 0.78/1.00 vMB 31
351,271 351,271 00000000000000000ae1cb36aa3adb6d98ec8cf496a3695238309f8bcf376523 557 0.27/1.00 vMB 26
351,270 351,270 00000000000000000a77c6eec236ec21a4b68a84de1afd507f674b991cb7c04c 719 0.42/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.19 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.