Loading Tool

Explorer IconExplorer

Memory Pool

44,827 transactions
26.91 vMB
0.06691750 BTC
Random Selection Loading Transactions
Max Size: 141.81/200 MB

Candidate Block

Mining Attempt 753a3e98fe8221c8e7d709410ca36fdadfcb5c9de03af548b48750ba67239c62
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 3bb84aeb696f59883c83d1f34076774f41a460b2621a35c7cae8ee75a243a102
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,376
Size: 1.00 vMB
Total Fees: 0.01705503 BTC
Feerates: 251.72 > 1.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (912,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,519 2,519 00000000551ff485c4327858a3fa9be59635d98f4272869145919394ef3d1460 1 0.00/1.00 vMB 0
2,518 2,518 0000000006c9b1e6c82487e058b9fa9c001ee54700b33e061e1ebf2cd5b0b66a 2 0.00/1.00 vMB 0
2,517 2,517 000000001b055aa23e9c432e2d68b129ebbeaad36b953405df9a382ba74ae0d9 1 0.00/1.00 vMB 0
2,516 2,516 00000000b9e3515f421c7cf05022323515f2d084c171da4556ce0a92b2fab388 1 0.00/1.00 vMB 0
2,515 2,515 00000000211ed6ff8805fbc536ee7b5a9ed76512c54205214c3d1387de3b6962 1 0.00/1.00 vMB 0
2,514 2,514 000000002cb941cf510cbda749caefc7b511680a7bba47ef49b7d8d470cea8b6 1 0.00/1.00 vMB 0
2,513 2,513 000000007030a61ba73a6c9e66c84956b9817f5487edd52d2eccc02374e048d9 1 0.00/1.00 vMB 0
2,512 2,512 0000000045218b32eb3717ef96608c1abe156546fe156a5d4eb1a0300f5f523b 1 0.00/1.00 vMB 0
2,511 2,511 000000001e07a73f81ff6000eb8c58158aebcb67bbeaf43ad580a518a579d7d7 1 0.00/1.00 vMB 0
2,510 2,510 00000000b294887aee80614cd133f8045225cb861363b2c5efe70e2721758f51 1 0.00/1.00 vMB 0
2,509 2,509 000000008368414feae8318b8a1f71b6467a96f0d0ccd47b8df9142f1ad2da48 1 0.00/1.00 vMB 0
2,508 2,508 00000000a8d4130e02dc53426f7f87a6f4ec829e5d44d87a284bdfdba50fd2c5 1 0.00/1.00 vMB 0
2,507 2,507 00000000ffbc5bf0a1427c2542e9ae43ede6fe888582702f50c5719f67873ca3 1 0.00/1.00 vMB 0
2,506 2,506 00000000264c37c8a927f05d3dcad5ca34a62471eb8fca2f1ced475e48d19d14 1 0.00/1.00 vMB 0
2,505 2,505 00000000ab860c3da6ff611c6c618d2ccb184c00bb288ac3d602cc41450e4c7c 1 0.00/1.00 vMB 0
2,504 2,504 000000009b394bf0aa56f48ab07275e849205f5c6c3985c1b3e5d5aef7b1e002 1 0.00/1.00 vMB 0
2,503 2,503 000000005027b4df8186a6221dab20522ec47a5c5eb146c3bc56c1429ddd26de 1 0.00/1.00 vMB 0
2,502 2,502 00000000bb3e241dfd6f79ec7babc1e3395db92200e778d959861c513c1083fb 1 0.00/1.00 vMB 0
2,501 2,501 00000000f11a02048994849fc2e785239b23de9bcfd7222d159188c52e7a98c5 1 0.00/1.00 vMB 0
2,500 2,500 00000000d84724559f1691d916b2ed63a44884d495d155197647ce7667116b16 1 0.00/1.00 vMB 0
2,499 2,499 0000000036dc2ce23cdd934eff4bae120155de8b8712de8489c8870b06e334ff 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.94 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 646.70 GB
    • Received: 12.88 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.