Loading Tool

Explorer IconExplorer

Memory Pool

78,161 transactions
29.49 vMB
0.10667390 BTC
Random Selection Loading Transactions
Max Size: 177.62/200 MB

Candidate Block

Mining Attempt fc8219eee2038903042fb45a0d642e81d31b52a1917bdd3cd10eb7428cf22f29
Version 20000000
Previous Block 00000000000000000001cb1113c5ea661c59a8a02a5c9ba097352d884515177e
Merkle Root 7c9e235ca5f4f12f21b71b7271d7cf4522a47afeeb35346c7e2f1c0c9870e3a7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,487
Size: 1.00 vMB
Total Fees: 0.02968083 BTC
Feerates: 151.12 > 2.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,271 (209,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
705,535 705,535 0000000000000000000348cef70dba12dba8b16572b5864830447ee2bce24c27 2,081 1.00/1.00 vMB 5
705,534 705,534 00000000000000000004ee1535c3f2608e5b67cde5e99195a4a7f5230ef76d2a 2,331 1.00/1.00 vMB 8
705,533 705,533 0000000000000000000177c23d8ad9a429d71335b77fd9a4559dcfa312112bd0 2,556 1.00/1.00 vMB 19
705,532 705,532 00000000000000000009359cdbc7cb095cb17d91fa02709045af63d1a038ee44 2,765 1.00/1.00 vMB 16
705,531 705,531 000000000000000000031d6bede6ba15a804e819fa02a9fcdf50caef4a78db48 1,437 1.00/1.00 vMB 15
705,530 705,530 00000000000000000009db2921b1fa4e67af46cfd19105b50ce9b15ce186a69a 2,753 1.00/1.00 vMB 18
705,529 705,529 00000000000000000003f8a748eb4f1b8e27a43d882931d1f7e89a373b6efae2 2,035 0.87/1.00 vMB 2
705,528 705,528 0000000000000000000c12ea0c60cb969524811b6cf671e9227d8c67f82af817 2,407 1.00/1.00 vMB 13
705,527 705,527 0000000000000000000d242f09d2f11d698bda180942f2c4bc271a894447a352 1,364 1.00/1.00 vMB 5
705,526 705,526 000000000000000000087f5308c75be1a95441dddc834e960009bed4046c4f8c 2,943 1.00/1.00 vMB 10
705,525 705,525 000000000000000000055a9bef113cca3c043b1e082c537cca65849746b488e5 2,702 1.00/1.00 vMB 34
705,524 705,524 000000000000000000046b632d072a2e3aeb6c4e2cdbbe7d97d51bf4e9a84c0d 1,161 1.00/1.00 vMB 20
705,523 705,523 00000000000000000003e8f39348ba52dbe0187e67e5498d70e177d391380805 1,181 0.71/1.00 vMB 8
705,522 705,522 0000000000000000000c8469cf4e016a417443ee05c1d10da2bc7f360ace8b60 2,175 1.00/1.00 vMB 8
705,521 705,521 0000000000000000000cc24055e6fab2cc22865afdaf56c0f4a389335911a0d7 1,663 1.00/1.00 vMB 19
705,520 705,520 00000000000000000008b0d07f1d895b31308e333c782ae41af0f10b2d426ece 1,697 0.58/1.00 vMB 11
705,519 705,519 00000000000000000005667ce19babb5c1b481c6643078f4ea639404bc34a371 1,099 0.40/1.00 vMB 11
705,518 705,518 00000000000000000005c68e14d25ac037094a4281c5f41b15d33b8ce1325fe6 1,427 0.55/1.00 vMB 11
705,517 705,517 00000000000000000009305d82f124804b87f6890fcc12421ce626f8efd15fff 853 0.37/1.00 vMB 9
705,516 705,516 0000000000000000000dca6a9ecfe1c26b11a2b3c4f7665982bc9df888a5168a 1,848 0.59/1.00 vMB 12
705,515 705,515 00000000000000000003ce8724135d513691934c9170e07cbc064f63ce023752 565 0.20/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.86 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: 712.97 GB
    • Received: 17.26 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.