Loading Tool

Explorer IconExplorer

Memory Pool

41,790 transactions
29.28 vMB
0.07352443 BTC
Random Selection Loading Transactions
Max Size: 149.35/200 MB

Candidate Block

Mining Attempt a1ac03b82582dc42c0cd65a5d56b091e41cda94725b56caed5dd9b8f71cd3b8d
Version 20000000
Previous Block 00000000000000000001475c6914d089aea865d11945633aa877341c672131b9
Merkle Root aa043b88dc6b1abff45f4a5709a5da48f86b496ab649cc6d15c97f0dfed4f122
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,907
Size: 1.00 vMB
Total Fees: 0.01626182 BTC
Feerates: 60.27 > 1.63 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,535 (243,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
670,716 670,716 0000000000000000000379780535b71e876dcad5bdaa3f88b9d9605bef2d1edb 2,566 1.00/1.00 vMB 36
670,715 670,715 0000000000000000000269175e69e27bd3c5adff851b256a228ff610e45ae5ba 2,273 1.00/1.00 vMB 59
670,714 670,714 0000000000000000000cebfdc434d206d3510fed3dede1c1722a646751941e24 2,996 1.00/1.00 vMB 67
670,713 670,713 000000000000000000096509fa91f645375ad0f1b33b7cff6828b7aa323c42bd 1,253 1.00/1.00 vMB 100
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: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 622.15 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.