Loading Tool

Explorer IconExplorer

Memory Pool

76,123 transactions
29.70 vMB
0.06638126 BTC
Random Selection Loading Transactions
Max Size: 179.70/200 MB

Candidate Block

Mining Attempt a8afc95fbdb558f3db020c6b041198fb54d6cbad2f1e37311e0ffbdc3c9a01f6
Version 20000000
Previous Block 00000000000000000001959d63615e809b1cfe2057393e2a73c4fe2fd66f1d56
Merkle Root 218d80767932b9476776f4fe6e29d2745eb0ed6061035be708680e83909c6256
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,448
Size: 1.00 vMB
Total Fees: 0.00368577 BTC
Feerates: 10.04 > 0.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,190 (252,611 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
662,579 662,579 0000000000000000000e55f5537b67903d1fad4681ae6f6d4eefdc9d08112176 2,141 1.00/1.00 vMB 53
662,578 662,578 0000000000000000000e7dc99c406aa8247eec7ddcd581fd269952fe4ef154b0 1,827 1.00/1.00 vMB 47
662,577 662,577 0000000000000000000353f5c00220e62eced42d7a0be5e62576f3f19728be10 2,184 1.00/1.00 vMB 33
662,576 662,576 0000000000000000000a53d17556eaaa0178230fad7978e16e9aa91fc2380bff 2,209 1.00/1.00 vMB 81
662,575 662,575 00000000000000000003a12816672ad2c7d47d8104b56438e331691ffcd15ecb 2,323 1.00/1.00 vMB 24
662,574 662,574 00000000000000000000e6a7b999dd071bb95a400d63e2e5e1e601eff307578e 2,300 1.00/1.00 vMB 91
662,573 662,573 0000000000000000000eee8675365fc043eaa02d10e9a1f56200ba4cbe42486b 2,189 1.00/1.00 vMB 54
662,572 662,572 0000000000000000000397835e97c5e55d2676ddc2ed08f9272942474b45fb0b 2,348 1.00/1.00 vMB 60
662,571 662,571 0000000000000000000ded0a7dbba74b3dc5c8a3b14334be9eadd9aa70335958 2,525 1.00/1.00 vMB 100
662,570 662,570 00000000000000000009a570d7740704351bd490541730118e9d86bb504835ff 2,180 1.00/1.00 vMB 67
662,569 662,569 000000000000000000068ff953784f0d4da5863bf40253d13729449025ef1988 2,161 1.00/1.00 vMB 91
662,568 662,568 000000000000000000069194a8380c4a486045af73fecf1dd57b5c14ad6f663e 2,449 1.00/1.00 vMB 48
662,567 662,567 0000000000000000000468e8103b73e83577b2529d3bb2014dffb55af86bdd73 1,755 1.00/1.00 vMB 94
662,566 662,566 00000000000000000005e8d9ac12d38485ec463872cfb2dd432af24016cd57a7 2,248 1.00/1.00 vMB 57
662,565 662,565 0000000000000000000e820b10cf7f3a9c78fdf6850c34da5fd63c88024c4b9b 3,044 1.00/1.00 vMB 62
662,564 662,564 000000000000000000084f93136499f31f117dbcd41309278719eeac229b219a 2,989 1.00/1.00 vMB 63
662,563 662,563 00000000000000000009f835a0d79933c93ec7ca9aa9511b47b2d9936f90020f 443 1.00/1.00 vMB 74
662,562 662,562 0000000000000000000ecfae2d32f1f0c6ac26cbaa4cdc1d98a79216b58ad355 2,809 1.00/1.00 vMB 92
662,561 662,561 0000000000000000000d06b4cf1044f2e206d0dd9dcda170c1fa7aaef87da6b8 2,904 1.00/1.00 vMB 105
662,560 662,560 00000000000000000007e9f8586807c53cf6735b8cad7accda79da53f16efced 2,969 1.00/1.00 vMB 92
662,559 662,559 00000000000000000007711e734457376c0c9b322f916523a54aec083ef1091d 2,890 1.00/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.72 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: 707.06 GB
    • Received: 16.66 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.