Loading Tool

Explorer IconExplorer

Memory Pool

45,877 transactions
28.48 vMB
0.07425323 BTC
Random Selection Loading Transactions
Max Size: 151.34/200 MB

Candidate Block

Mining Attempt c682222d39db15a3e305684495d8d4579d24c9b63b3793551b771f9409b89854
Version 20000000
Previous Block 000000000000000000016a44f35d7af0f77f48ef2bc636d8a12c01afb38d3a85
Merkle Root c1a8dba3a926f2509695222e3623f3efd2d87cdc7e0833d9808bdd49ac9e2509
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,343
Size: 1.00 vMB
Total Fees: 0.02026917 BTC
Feerates: 100.23 > 2.03 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,843 (186,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
728,337 728,337 0000000000000000000508315b7087faf4714f1b7b014c8e7fc04faf3a2c7e79 2,937 1.00/1.00 vMB 8
728,336 728,336 0000000000000000000678db893845e6a1a9a05c5dd9cc6f847c23686e72d51f 834 0.30/1.00 vMB 9
728,335 728,335 00000000000000000000ea9dc09bf21632f5f76a3af0b867682d1989d163268f 997 0.38/1.00 vMB 5
728,334 728,334 00000000000000000002fcae8f797ed4cbe7354523af90b88f1e6335f44d82a0 2,512 1.00/1.00 vMB 6
728,333 728,333 000000000000000000044c3f3b666f0fa3770db971a98eb2f0ae912fa7c00a76 1,603 1.00/1.00 vMB 4
728,332 728,332 000000000000000000006ec932b9b5d5d0911cb19ae71143e8547eaf55e72a3c 2,218 1.00/1.00 vMB 3
728,331 728,331 00000000000000000004292f6f17dde17d52a574fe5141398b8c31bcc4aec9c7 3,236 1.00/1.00 vMB 6
728,330 728,330 000000000000000000004609961cf047e602edb12b7bd0870c44b3bdfd6204dc 2,855 1.00/1.00 vMB 10
728,329 728,329 000000000000000000004d70ec69cccbe72a0f806c7b24e8e6cbd1658cbb973e 3,101 1.00/1.00 vMB 8
728,328 728,328 0000000000000000000613d6b3ce64ad0f8440e5a08994c7a37b0a5b6176e8cf 3,179 1.00/1.00 vMB 17
728,327 728,327 000000000000000000071096ad93984f12926eb97cee9bc05127bf13d8e06a7b 1,859 1.00/1.00 vMB 3
728,326 728,326 00000000000000000005daa79167dc842dff590101b02a3d2c5ea606dd8a94c7 2,285 1.00/1.00 vMB 6
728,325 728,325 0000000000000000000306479880dc14e956ec9c444e61fc61a6e59c3aeb1f2e 2,332 1.00/1.00 vMB 16
728,324 728,324 00000000000000000008a7905c653af67491740bdd9760cb74d1bb7c7ae13905 273 0.23/1.00 vMB 4
728,323 728,323 000000000000000000012b5d21f416ebd93790157a50a176413d34db6055e3e6 936 0.47/1.00 vMB 6
728,322 728,322 0000000000000000000937fc89a36845a8b728f807a2b7a3eda55dff8947551d 976 0.86/1.00 vMB 4
728,321 728,321 00000000000000000000bf2dfa9eb81fce8c70fe8f2eaee79b40516b6bacf5ce 1,793 1.00/1.00 vMB 1
728,320 728,320 00000000000000000004a22af7689a9b2028b94459644616ba0cb02f15347a9c 2,113 1.00/1.00 vMB 3
728,319 728,319 000000000000000000013ba96153e93e98c14b29e7f22e2963932bbfd854b5e1 1,277 1.00/1.00 vMB 12
728,318 728,318 0000000000000000000346fa5718123c5ac3355e9976725e927dadd121654629 609 1.00/1.00 vMB 12
728,317 728,317 0000000000000000000464d9d71b0ce0c7a8f53c97e31823c353c88aa7f7f387 308 0.22/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.11 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: 651.98 GB
    • Received: 13.67 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.