Loading Tool

Explorer IconExplorer

Memory Pool

46,419 transactions
28.07 vMB
0.08777751 BTC
Random Selection Loading Transactions
Max Size: 148.66/200 MB

Candidate Block

Mining Attempt 17f14923b74ce7540b8ab60322125973e1590039608c459a14b2579d8f5746a4
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root addc27eb6fafcd20b6c80b0a1986c3166689e9c91132356ddd9adb46f9f1e029
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,232
Size: 1.00 vMB
Total Fees: 0.03262245 BTC
Feerates: 181.54 > 3.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (490,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,687 424,687 00000000000000000452157023d563f8f818235fa76f1ec8fb85907d8b5d95a7 2,428 1.00/1.00 vMB 55
424,686 424,686 00000000000000000266c0a276eca7e35e91fc798edf375c036ed192955797bb 2,678 1.00/1.00 vMB 56
424,685 424,685 0000000000000000019f13abb93ca75452ba71f92f8e229e6e395997c6d271a8 2,856 1.00/1.00 vMB 73
424,684 424,684 0000000000000000001e560bb5ac3b48221dce5d1a270168638bfac3b9422d5a 1,847 1.00/1.00 vMB 66
424,683 424,683 0000000000000000008c4d179cf8678e1999a4188d3eb38adc08d6b0246cd862 2,438 1.00/1.00 vMB 80
424,682 424,682 0000000000000000008d794fbd79c424e33a4cd2f591d3d11b1ce9e39d717a36 2,560 1.00/1.00 vMB 75
424,681 424,681 00000000000000000529ccf65eeb9a78d28efb17c6bb09b6a83ee064e46fadf2 2,723 1.00/1.00 vMB 95
424,680 424,680 000000000000000000d2a7436e6467a2515143ec9cb2d334d9b5e176e874bc3a 3,157 1.00/1.00 vMB 137
424,679 424,679 000000000000000004d6d308be9d11fbed8f4c6951e38f0e775994402d6cab73 294 0.11/1.00 vMB 64
424,678 424,678 0000000000000000023b370ec68c94a0ad16e7dc9240500851ef8d8637aa87fa 1,774 1.00/1.00 vMB 49
424,677 424,677 00000000000000000322c3c2b8a58755d9e9b51150e7dc3bcfe0f3838e81a5a6 2,228 0.89/1.00 vMB 68
424,676 424,676 000000000000000000367ac51771b9886b129fe579f5fcb940b2a2e0c0f5a6e5 2,241 0.92/1.00 vMB 63
424,675 424,675 000000000000000000212028fcab66335be548fa14f8ef0616c9d95f1c2f9eb5 828 0.35/1.00 vMB 140
424,674 424,674 000000000000000005438dfcd2729b6389433a864fdd37f22657acf0604848ce 49 0.04/1.00 vMB 51
424,673 424,673 000000000000000000b5fd0e1bfe25852d216b149470170616d4419e65f5e02d 1,564 0.72/1.00 vMB 58
424,672 424,672 000000000000000003fb1a8edf895df270f3dc13a5656b23cf9b512c4e9cf1c7 854 0.38/1.00 vMB 62
424,671 424,671 00000000000000000178062a47635cfb28c1da3824a9eefe7c7288e50d72e863 487 0.26/1.00 vMB 55
424,670 424,670 00000000000000000125969be5dc714573db42920a06fcf596e24fb51297f087 946 0.47/1.00 vMB 68
424,669 424,669 0000000000000000039a8f085c72ce38ed21e7f7514c27089a1b3bd0d94cdebc 312 1.00/1.00 vMB 10
424,668 424,668 00000000000000000150949d454d20a9cf271cf63a6fbd21b608ee231d5f526a 1,582 0.92/1.00 vMB 68
424,667 424,667 000000000000000004ad6db6f466513996645d2a6451af2f3bcca8182d9f44f1 1,405 0.99/1.00 vMB 36
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.59 GB
    • Received: 14.33 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.