Loading Tool

Explorer IconExplorer

Memory Pool

54,605 transactions
32.28 vMB
0.22557808 BTC
Random Selection Loading Transactions
Max Size: 173.02/200 MB

Candidate Block

Mining Attempt 668831850c4adede6e63ec311c8e23c97cb5d14c4df7a6def7697522239b94f2
Version 20000000
Previous Block 000000000000000000001af732fd5b15bb90e3760b3de0020b22660de0315512
Merkle Root 7ed48470cdff574b5225d7134cb45a143a1a77d67358a8c6afe922796e78655a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,962
Size: 1.00 vMB
Total Fees: 0.11918934 BTC
Feerates: 101.66 > 11.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,818 (442,490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,328 472,328 00000000000000000148585eb3895e0790f4a5ce379d4ce980605aec21706405 1,985 1.00/1.00 vMB 306
472,327 472,327 0000000000000000005a8b7be5172e6a6e2a4bc352f8b1b06af35bf940939401 2,172 1.00/1.00 vMB 411
472,326 472,326 0000000000000000007b1c455b8b7b6ab406bb644bc2df1c7098957a3da480cd 2,100 1.00/1.00 vMB 284
472,325 472,325 00000000000000000178ee456460d96e2523d797db96e1468ade88c8d7b18d44 2,052 1.00/1.00 vMB 297
472,324 472,324 000000000000000000e5cad780deda9ad286b44d5b70b4eb0d0fbd66cdf7d9c9 2,379 1.00/1.00 vMB 318
472,323 472,323 000000000000000001233e79ef63c9b4d19f368172de13eca8d9c319ec90a3ab 1,548 1.00/1.00 vMB 325
472,322 472,322 000000000000000000eb50bb62fb50364f64f3c60711cf2785d56e971428db2f 1,861 1.00/1.00 vMB 418
472,321 472,321 0000000000000000006a2eda4296bd856671789198cfbed41b44eb0b81e350af 1,685 1.00/1.00 vMB 214
472,320 472,320 00000000000000000166926f69ff9fc9e1888da29ed7ead047e861e08adbf80b 1,268 1.00/1.00 vMB 214
472,319 472,319 0000000000000000005a82e33d810ea74a63758b1177eb6138affb23af8a7f5a 1,677 1.00/1.00 vMB 278
472,318 472,318 000000000000000000f3d9b89df525ebc5cd1875d22d7df63a216b0d2295e2d9 2,102 1.00/1.00 vMB 343
472,317 472,317 0000000000000000009e62f5f10091df3b4d6d2319a25f372bc996a0b44b90d5 2,050 1.00/1.00 vMB 333
472,316 472,316 000000000000000000d6868d2fa5d1070eba4c5f44de580fc4790da139292558 2,008 1.00/1.00 vMB 227
472,315 472,315 00000000000000000078f8b9d21d342076043b3577fbe84c4ef79e11c8b3779f 1,527 0.75/1.00 vMB 380
472,314 472,314 0000000000000000017f8d94e6f63c7838cb3ba4543115c70afb338ee9424c32 1,693 1.00/1.00 vMB 262
472,313 472,313 000000000000000001078ffb399e9bc55f10caa9b3a02699660406cfdd916f4f 2,035 1.00/1.00 vMB 302
472,312 472,312 0000000000000000002be3aa073b48deacd4025ab16719914a8d7c1d35391985 2,013 1.00/1.00 vMB 435
472,311 472,311 00000000000000000035ce806dee4a5d0c5225163c228269dd80433ee77349a9 2,124 0.99/1.00 vMB 401
472,310 472,310 000000000000000000dc760cbcb912494b3f01259e29961c686d905a1f6e0d66 2,184 1.00/1.00 vMB 419
472,309 472,309 0000000000000000002fef934eec76cf65cb48b82a1a927ec425a748261b6edd 2,396 1.00/1.00 vMB 440
472,308 472,308 0000000000000000017a8ae60e61ee34e1e092f90e9d2fd309f9e000e20fe2d7 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.07 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.22 GB
    • Received: 13.48 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.