Loading Tool

Explorer IconExplorer

Memory Pool

75,601 transactions
27.98 vMB
0.08456407 BTC
Random Selection Loading Transactions
Max Size: 170.17/200 MB

Candidate Block

Mining Attempt f5c44c2e2baab90c00a27e10820e75b98498ee7b7065b4eb325a1005c926a0ef
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 9b5f6f249f95d2843b11df7dff265b137339b221a9fb36b1b81617bae12b6781
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,464
Size: 1.00 vMB
Total Fees: 0.02443664 BTC
Feerates: 402.60 > 2.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (320,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
594,649 594,649 00000000000000000003c75027bbaa109d27c30fd8f48d26523a5dbbd8bc003b 1,962 1.00/1.00 vMB 4
594,648 594,648 000000000000000000034a8d983424a1942db52e3b12146f45e81ece4270cacd 2,790 1.00/1.00 vMB 31
594,647 594,647 0000000000000000000fd10844a6b58d31dc63bfb98df25d19db3b5b3ec82373 3,070 1.00/1.00 vMB 36
594,646 594,646 000000000000000000019f74b1948daf9d8b1738be9f1a01a43ccf0caed5cce3 2,367 0.84/1.00 vMB 11
594,645 594,645 000000000000000000054e5f56eebafc2128edf3c96df213931978e03cb732b4 2,960 1.00/1.00 vMB 29
594,644 594,644 00000000000000000018f91b4cf876b5dc6842c7d1a5087d8aa041f8898cb487 1,352 0.46/1.00 vMB 4
594,643 594,643 00000000000000000001baa4fa26c7f857316254703d33f9312a020600c82dbd 2,914 1.00/1.00 vMB 25
594,642 594,642 0000000000000000000d42356dbaf42d4a3704ca41ce3ee8bcb0dd35c595b353 1,616 0.52/1.00 vMB 8
594,641 594,641 0000000000000000000bcf1449c17661ae867dcb670dca73e34e6db0deea0af5 2,380 1.00/1.00 vMB 17
594,640 594,640 00000000000000000008c61ded40f581bf2ebb0116ffae006f6578eccf3e5498 2,969 1.00/1.00 vMB 27
594,639 594,639 000000000000000000000ede7910d2d50486c92ddd6c53f4bf483fdd4f739104 854 0.27/1.00 vMB 20
594,638 594,638 00000000000000000007dfc43159a375881c867eaaa401d38e56b1ca45c026a0 923 0.31/1.00 vMB 25
594,637 594,637 0000000000000000000b90bc37e29f899a4a440178a1096cdc4a448126978e18 99 0.03/1.00 vMB 19
594,636 594,636 00000000000000000007c7baa33af7baf4555d09751d6d1fc2320545b5e22446 2,681 0.86/1.00 vMB 19
594,635 594,635 0000000000000000000dbddad1a44c6d8f7ed899ba7eec4eb4c4d98fd4292dea 969 0.28/1.00 vMB 22
594,634 594,634 0000000000000000000b12ec9ad1232535215d7b73c52ab18482b83f14ad9d91 2,152 0.61/1.00 vMB 22
594,633 594,633 0000000000000000000dbfb61bc2566755ea039e8a788d8a28c2c19cf750f8e0 495 0.18/1.00 vMB 34
594,632 594,632 0000000000000000000f93f1e3b8699ba58b7cb63782fdda0db80b30ef40fbdf 153 0.06/1.00 vMB 19
594,631 594,631 00000000000000000004b50d18f0967dfff87b93689548da3d679a349feb1abb 2,425 0.82/1.00 vMB 20
594,630 594,630 00000000000000000008bad5100837f7bb6a28034bca4a316ddd545cc1a0af84 1,377 0.49/1.00 vMB 21
594,629 594,629 000000000000000000176d20f1f68d4b8e48e860dd537c2fa6648a023cc16227 1,312 0.47/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.93 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: 714.68 GB
    • Received: 17.58 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.