Loading Tool

Explorer IconExplorer

Memory Pool

39,206 transactions
28.67 vMB
0.06156529 BTC
Random Selection Loading Transactions
Max Size: 145.64/200 MB

Candidate Block

Mining Attempt daeaa849236f9331e86afe87532e593a959e5023ef52e9814ff7b1fcc542acef
Version 20000000
Previous Block 00000000000000000000a03c2ff2e9c4376ebfdb09bdac0054b5959b0793006b
Merkle Root c2b2b600784a60aa8baf3753c7fb333f8ea7208474eaf9f66130255b7ebc0152
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,803
Size: 1.00 vMB
Total Fees: 0.00607577 BTC
Feerates: 150.80 > 0.61 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,546 (800,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
114,411 114,411 0000000000000f630a22325c5f5cfef059e0548578410a7c6e3720b8b6cf7af5 11 0.00/1.00 vMB 0
114,410 114,410 00000000000000d32b6f2012a8f5211716fdab6e029ad62c8ed447a3d62bfb5e 26 0.01/1.00 vMB 1,855
114,409 114,409 000000000000931cca88b6e8c31f2298ed7c26378e851a4930ac719502dcf959 38 0.01/1.00 vMB 805
114,408 114,408 000000000000aa804e24060050240cab9d6a310484934367e8054f93a0bb515b 10 0.00/1.00 vMB 3,938
114,407 114,407 0000000000003655c26e2b989f58190258c7f48ee5d600a771542c0852336ef2 42 0.01/1.00 vMB 733
114,406 114,406 000000000000a1e5822f51c30a5e6826b1e04ef60bf87c10c88c93027a9bdfb1 5 0.00/1.00 vMB 3,868
114,405 114,405 00000000000049507bcfa2f3b40b972b8fd4fe543d68c8405a4e8fb2db79daf1 22 0.01/1.00 vMB 1,281
114,404 114,404 0000000000000092e2f7f1ac97690d07aac4f7628c52c0c3b39a4648b0f987e2 19 0.01/1.00 vMB 1,247
114,403 114,403 000000000000b1c5bcb23c556cb9511a591b3e85ce55362af89c48cdc2538549 18 0.01/1.00 vMB 561
114,402 114,402 00000000000051cae45e9d1cb730d6ede28fae94e38cc9f9996322a56d3b64c8 72 0.02/1.00 vMB 1,792
114,401 114,401 0000000000009ac540ac6db87f0e9958920512d2c37a571cb9c9936313398945 435 0.10/1.00 vMB 157
114,400 114,400 0000000000003c5f83c5d5265ae0904d84067eef09de7424f3747248980df77e 3 0.00/1.00 vMB 3,875
114,399 114,399 000000000000c0f8b5d750f9e88e5045ba42e6fe67504f204722a80e24cdc68f 50 0.02/1.00 vMB 1,930
114,398 114,398 0000000000009043d57e10b055af997bf5c37584c61e276a31b15b3402ee56b5 7 0.01/1.00 vMB 274
114,397 114,397 000000000000ac28cac79c075e0023f101571c970746bbe96c86cb99792cb91a 2 0.00/1.00 vMB 3,891
114,396 114,396 000000000000a16bf4251da325adf26abbf5bd1591275fd78a85b3cfa543fa3d 13 0.00/1.00 vMB 0
114,395 114,395 00000000000073bc9cc399e29927c57768786424d797052e96d1a6f5c05d3e31 10 0.00/1.00 vMB 1,397
114,394 114,394 0000000000008999811fea921ee5ee012ab7ad6804ea7dc5ff6443c1f7d04b66 32 0.01/1.00 vMB 723
114,393 114,393 00000000000005b56caad7dd83020033383c8d4f5c09f4401198b54f64e84468 10 0.00/1.00 vMB 0
114,392 114,392 0000000000005a895fc9376507977aff74c4e92219bb2a3de99c5e693e6def3d 188 0.04/1.00 vMB 22
114,391 114,391 000000000000b6b0b643cba778b3ae59be686e700b81a47c54cf18e524fb9f9c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.58 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: 622.83 GB
    • Received: 11.39 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.