Loading Tool

Explorer IconExplorer

Memory Pool

44,334 transactions
27.29 vMB
0.06484232 BTC
Random Selection Loading Transactions
Max Size: 144.18/200 MB

Candidate Block

Mining Attempt b23b9adffdc9ad33d9c5c6bf2fc9385c7960ad76ec0dc4125123ba625a27a107
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 3cf41cc341ae8a8e8e2333252c2b5b92377e42cdd0575b643c1e008783c8e968
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,263
Size: 1.00 vMB
Total Fees: 0.01352322 BTC
Feerates: 200.99 > 1.36 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (562,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
352,907 352,907 00000000000000000ca0f4e2ef1ec10f9cf3b026a5c98cc229fd02db036f3fd2 40 0.02/1.00 vMB 31
352,906 352,906 000000000000000005a89cee4bc55e2b31fb35d2d5d5081286992d55ff4f404f 606 0.32/1.00 vMB 22
352,905 352,905 0000000000000000133f40efc079e2dccedf6f9a59c8c7f8e753063633b24da4 513 0.24/1.00 vMB 48
352,904 352,904 00000000000000000e4b785d6492c16d56f180ca19dfabaa3b626e37a5abc37d 961 0.54/1.00 vMB 23
352,903 352,903 000000000000000012fcd3786d3ece8944101f15370e91e2a1621c5e7afe49f2 261 0.12/1.00 vMB 27
352,902 352,902 00000000000000000835e8018362fb7a660a1321c3d9281987822c6d9d822874 1,378 0.73/1.00 vMB 26
352,901 352,901 0000000000000000085367b53f137eefd3426ebf34e4b998545b40932484f8ad 1,317 0.69/1.00 vMB 24
352,900 352,900 00000000000000000694bff224d3b44686cb64873c5696195bae4767fc96c793 381 0.21/1.00 vMB 24
352,899 352,899 0000000000000000119bf340f7b9ce0a6e34004531c5e44f5120e86506a1a4c5 202 0.11/1.00 vMB 23
352,898 352,898 00000000000000000e25c59bac01fc2e41a62b8912e47f2366f7f36543de350a 64 0.02/1.00 vMB 59
352,897 352,897 0000000000000000024d115dcd20c074cb21f04733afa5221d57602d8f3df3a7 490 0.24/1.00 vMB 26
352,896 352,896 00000000000000000380b9cff64204bd3f2bf272a1de8fa194495507b576b8d6 138 0.08/1.00 vMB 17
352,895 352,895 00000000000000000021b482f13842e3bf9ddb43944885f478b7cb7e18eccbcf 122 0.09/1.00 vMB 14
352,894 352,894 00000000000000000f5288ae144c0a6b9f3fedb11d11463e83ec85e02c00092d 675 0.31/1.00 vMB 27
352,893 352,893 00000000000000000c3f315ad3f47b23c32a1e918b3f9406198e39e6ec4c1995 1,027 0.51/1.00 vMB 17
352,892 352,892 00000000000000000c0c9b16ac2e2337320363270c1832bcdc12320cf5ea0b0f 67 0.08/1.00 vMB 14
352,891 352,891 00000000000000001204678c9094aae66d4ab7026788387a986004afc16f909d 1,039 0.75/1.00 vMB 19
352,890 352,890 000000000000000000d06eb5fc872ddf96b62055b0fe7aab5d2cd52aad2c7beb 1,636 0.75/1.00 vMB 32
352,889 352,889 000000000000000014baceb17ccb08205c04bcfb63c984de83efb06793771e15 1,012 0.75/1.00 vMB 20
352,888 352,888 000000000000000003c1c8ae0f54a474d608413b03824fe910e91de1bb26a291 2,231 0.75/1.00 vMB 40
352,887 352,887 000000000000000012fad7064abe4194db7132e92a142c76b20121e2cc190632 1,050 0.66/1.00 vMB 16
Previous 10 blocks ↓
Total Size: 782.25 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: 655.43 GB
    • Received: 14.31 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.