Loading Tool

Explorer IconExplorer

Memory Pool

38,792 transactions
28.58 vMB
0.05910647 BTC
Random Selection Loading Transactions
Max Size: 144.94/200 MB

Candidate Block

Mining Attempt 34f5d2d52a09ff7303fb4419ec5d5e17ef0094fce8a6b53c3f6b615d1065e5ea
Version 20000000
Previous Block 000000000000000000003865ac48ae639e8f23f850323c9d269a21eb4f7c6efc
Merkle Root 2372a4df6a198d1ecf4880887dbe46ec976d17cff4efecebf67d489a9cdb18e9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,675
Size: 1.00 vMB
Total Fees: 0.00390076 BTC
Feerates: 22.10 > 0.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,536 (243,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,737 670,737 0000000000000000000574c8108aafe9af092da08f750abd8b880fd694e53a1b 1,632 1.00/1.00 vMB 114
670,736 670,736 00000000000000000009bcd8422f89ff4f8944c3e0cb0e0a4da6ea0632de4796 1,968 1.00/1.00 vMB 111
670,735 670,735 00000000000000000000f21a1e53b8239307fd2d0155d46c8da21847e3e5a207 2,854 1.00/1.00 vMB 122
670,734 670,734 00000000000000000009c27f40c761c82b0924fe2fc89ebd25fde43964482c43 2,657 1.00/1.00 vMB 134
670,733 670,733 0000000000000000000313d56e82aa2aa33c2cf93fa95c4d588e5ffe4b444d58 2,864 1.00/1.00 vMB 139
670,732 670,732 00000000000000000007c6fc00995aeae27075ae94060cc02e5177678ca65748 1,896 1.00/1.00 vMB 106
670,731 670,731 0000000000000000000705988c6b5a37a46ec910094dcc5ec91d9d45aa80cd60 2,315 1.00/1.00 vMB 126
670,730 670,730 000000000000000000030938370e3e7b47387d3d29e951774c117fd4b55bb439 2,072 1.00/1.00 vMB 123
670,729 670,729 0000000000000000000484c76d9d54ea06b1758c7852df8f516e177a9cf9ca9f 2,727 1.00/1.00 vMB 131
670,728 670,728 0000000000000000000a8fb4581454ad657294873e3792e6a8e2d6bae1b21849 2,763 1.00/1.00 vMB 125
670,727 670,727 00000000000000000001a1c3e4b8826adb86e2b26695e0c14e629822cb803e58 2,734 1.00/1.00 vMB 140
670,726 670,726 00000000000000000009688bd7fec5f3b1c79c6b4eb72306dcd0cf3b4c5ad10e 1,198 1.00/1.00 vMB 111
670,725 670,725 0000000000000000000aee6fc291cad88f4b2baccecad111daedd86799518689 2,551 1.00/1.00 vMB 129
670,724 670,724 0000000000000000000c17d8b0c75aa8a29ee64cee1423a67ab14b20cc80520b 1,904 1.00/1.00 vMB 136
670,723 670,723 0000000000000000000c8e04a702fbb693dd1fc57c37392e53f7153ccc033396 2,804 1.00/1.00 vMB 140
670,722 670,722 00000000000000000002fff9a97907f214be1212445de95e8afe94de76e23f01 1,785 1.00/1.00 vMB 114
670,721 670,721 0000000000000000000738f5397764b333406b24135f2017ee382865e6939633 1,415 1.00/1.00 vMB 29
670,720 670,720 00000000000000000006dc38a8e63a391484f24af7f64ecd5d84d3c4a1837e34 2,448 1.00/1.00 vMB 19
670,719 670,719 0000000000000000000001df06e4dcd045f0b3d155e6d87bd686fff4a6db2de0 2,649 1.00/1.00 vMB 72
670,718 670,718 0000000000000000000566438fa7dc31ec2b26e8cfd0a704822238ee8a40922c 1 0.00/1.00 vMB 0
670,717 670,717 00000000000000000008df07bdf958487d62d7dd79914df646b4c8e407cd850c 2,523 1.00/1.00 vMB 61
Previous 10 blocks ↓
Total Size: 781.56 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: 622.19 GB
    • Received: 11.30 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.