Loading Tool

Explorer IconExplorer

Memory Pool

50,970 transactions
29.10 vMB
0.07453355 BTC
Random Selection Loading Transactions
Max Size: 157.28/200 MB

Candidate Block

Mining Attempt e91e76d6c50fef242c5581434bc0194333efa0e17170884b1fc999b1a47474e6
Version 20000000
Previous Block 0000000000000000000191cff1c72555e27a3caba96683c65a586451f3da17d1
Merkle Root 0d97ed73de82e05ccb37509db63c143d881bb2b58ded077a8de12c8ca2977138
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,017
Size: 1.00 vMB
Total Fees: 0.01860904 BTC
Feerates: 173.90 > 1.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,840 (190,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
724,461 724,461 00000000000000000004bd9d4e3fd0d2dc0e118b15a62be5e3b7b829d49a1ff9 2,455 1.00/1.00 vMB 7
724,460 724,460 000000000000000000067d808f1cc02dc0cf976d7fea00b826d84ff36836196e 997 1.00/1.00 vMB 2
724,459 724,459 0000000000000000000197d52176da16a075feca1e6fee22fd908d8f90377c3e 3,071 1.00/1.00 vMB 7
724,458 724,458 00000000000000000005a4e5bda70d70a9c040c26e06da71af33665c5e1c7d92 3,035 1.00/1.00 vMB 17
724,457 724,457 00000000000000000005fd31a916d47b6e88f59700f83f51dff8ea7ac1fd7b01 3,457 1.00/1.00 vMB 11
724,456 724,456 0000000000000000000045c1d87d4c172b66b9a1443af82f3caccde8064d04b6 906 0.35/1.00 vMB 8
724,455 724,455 00000000000000000009942fd7c38a1a929f7fd29a27ffc17c579d8dca076beb 2,196 0.87/1.00 vMB 8
724,454 724,454 00000000000000000009917a07e9dbc9964e3194de4e9e8ed845ae6a495acb5b 1,604 0.78/1.00 vMB 11
724,453 724,453 00000000000000000008cd89f4434c40f9f5f90008192b7575d5b4ac1b510717 697 0.23/1.00 vMB 7
724,452 724,452 00000000000000000006c786a388124350bf3db57b365ebcb550d0b6337a29c6 2,605 1.00/1.00 vMB 9
724,451 724,451 00000000000000000005aa25e0e8c10f245a74fbb2ca7472f40ecba8eb0bafc6 2,198 0.73/1.00 vMB 9
724,450 724,450 000000000000000000097015d697949a5d9ee19b913ed01cecc8f8c002103876 1,303 0.89/1.00 vMB 3
724,449 724,449 00000000000000000004456bc392a5da3458ae0ba875f1fb76f3dcde55ee34c2 870 1.00/1.00 vMB 2
724,448 724,448 00000000000000000000fc1cc441b56ed2b53399d8cd51715feaee3dac0ee180 2,974 1.00/1.00 vMB 4
724,447 724,447 000000000000000000072063226e67d5643a486e255e964109eb19a7959258bc 3,059 1.00/1.00 vMB 16
724,446 724,446 000000000000000000047532c8aa49d0b3754c8cbe4aaf79536942bc631fc24a 1,357 0.58/1.00 vMB 6
724,445 724,445 0000000000000000000283f04dfe1ae6e449b16454c650b25a4267d9b59ebeda 432 0.13/1.00 vMB 7
724,444 724,444 00000000000000000000f081dbbfd5b31268547a1539bf3dbdd6c05147e52e10 168 0.05/1.00 vMB 7
724,443 724,443 00000000000000000007e6d3c8abe8f5523df4f283c103cbb96b01a04d0464b6 1,464 0.94/1.00 vMB 1
724,442 724,442 00000000000000000000846e5efee1f0738efaacf95c54324c9fc3196ebef74b 3,053 1.00/1.00 vMB 4
724,441 724,441 00000000000000000009fadaca0152b0a3221e25a184d1f01dc09f63ff30de8a 3,313 1.00/1.00 vMB 8
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.84 GB
    • Received: 13.65 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.