Loading Tool

Explorer IconExplorer

Memory Pool

12,074 transactions
10.18 vMB
0.01131870 BTC
Random Selection Loading Transactions
Max Size: 56.09/200 MB

Candidate Block

Mining Attempt 13150f78eed8e91c946d11f3be3112eb4a2567b97408852d6abace18f2f012c1
Version 20000000
Previous Block 000000000000000000013c9b054e6d8eb5b6540bf0729478f8ad9d9409aee84e
Merkle Root e230fcf9a3c2bcf5ff6906f2d90f8856c13c50581802f0a06f4141e8f44d0ea3
Time (UTC) ( ago)
Target 00000000000000000001f3030000000000000000000000000000000000000000
Nonce 0
Transactions: 3,530
Size: 1.00 vMB
Total Fees: 0.00159131 BTC
Feerates: 30.12 > 0.16 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 938,703 (193 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
938,510 938,510 00000000000000000001887b67e3c0105a3ca33c9eb6d73f8eceb5dce2b4887f 3,075 1.00/1.00 vMB 3
938,509 938,509 00000000000000000000a18ba2feed93d15b17352bb3667ae0055ea138d641a6 310 0.08/1.00 vMB 4
938,508 938,508 00000000000000000001ced2a05f37832573fcb68c31a7030fd597686cc01cf8 77 0.01/1.00 vMB 2
938,507 938,507 0000000000000000000032180d1cd6d54fa10bdfc500167fe5cc7bd4b6339e25 3,006 1.00/1.00 vMB 2
938,506 938,506 00000000000000000000df0c41ca76fc93b961a85c78145afc37de36e4d476cd 2,529 1.00/1.00 vMB 0
938,505 938,505 00000000000000000001a6e9b99ac20be2111d5747d01372d9e898ffa5eff79a 109 0.03/1.00 vMB 1
938,504 938,504 00000000000000000000498bd7ad39884f75b8cedb0d1df049ada31026f7ccec 4,323 1.00/1.00 vMB 0
938,503 938,503 0000000000000000000101f68972e50ee36a5a2a9f930e86b89045c2ca977259 2,418 1.00/1.00 vMB 1
938,502 938,502 0000000000000000000036b6a34eb829fb0ba463f9dd2b1999c417100088cfde 4,634 1.00/1.00 vMB 0
938,501 938,501 00000000000000000000d829b291478d0e3add4fb1ec8fb6b630063e565cc7f5 3,810 1.00/1.00 vMB 1
938,500 938,500 000000000000000000016dd6a6f2cb82c530b6f95b2a2800c8401b1f8b82c753 4,711 1.00/1.00 vMB 1
938,499 938,499 00000000000000000000af5a57d008e6f73eb450b0419af89866cb9b38a4d0e4 3,339 1.00/1.00 vMB 1
938,498 938,498 00000000000000000000a80e3680cfc0fe7f516b9c98714b2c9a8922d7950012 3,699 1.00/1.00 vMB 5
938,497 938,497 000000000000000000000e516a101cd19f3a565099e9c3bebb33e06da4a1716b 2,820 1.00/1.00 vMB 0
938,496 938,496 00000000000000000000dc99b50850af41cabce8b9e372412802656804343f39 4,313 1.00/1.00 vMB 1
938,495 938,495 000000000000000000019f5857b209e2daa89291dd2e74f19725a0882a7f7701 405 0.11/1.00 vMB 2
938,494 938,494 000000000000000000002dfd9ae14f83d1984f73e0e412fef8a5eac7536f992f 3,085 1.00/1.00 vMB 2
938,493 938,493 00000000000000000000a5d1d4cb682edfbf2554b01a3314d733789542d2e000 492 0.14/1.00 vMB 2
938,492 938,492 0000000000000000000117106f585bf49826893a125e66bbf508762f64afd0df 4,651 1.00/1.00 vMB 0
938,491 938,491 00000000000000000001d4596a69407909269502c4b48d7afc8b656071704086 3,007 1.00/1.00 vMB 3
938,490 938,490 000000000000000000008241e243596f8f3c9d4f5ab8b37aa61350a457155343 5,079 1.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 824.37 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: 4,141.56 GB
    • Received: 228.54 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.