Loading Tool

Explorer IconExplorer

Memory Pool

76,353 transactions
28.28 vMB
0.09275805 BTC
Random Selection Loading Transactions
Max Size: 171.62/200 MB

Candidate Block

Mining Attempt 7e1cdf3ae3584260f8477d43287593e0a41c2b3dcaba399dd8946b44fcc88981
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 9864605fbc0400592202e64b4d30fe80ad374c9a57c69bb7ca1aa283387a73be
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,673
Size: 1.00 vMB
Total Fees: 0.03045088 BTC
Feerates: 402.60 > 3.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (308,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
606,432 606,432 000000000000000000146ca9efaf445b1f8d59038ce319dc94838722e47d42dd 2,224 0.75/1.00 vMB 17
606,431 606,431 00000000000000000009e2e3db73b5f85f37ddd199fe91266df3da2cc5988311 209 0.06/1.00 vMB 22
606,430 606,430 0000000000000000000c7b73a44c8bd7d7a3934f092b4b2a513f9fd53d9667e9 902 0.30/1.00 vMB 16
606,429 606,429 000000000000000000112b55f878fd74216c7586f63df45d8915a19b4741e2bd 590 0.18/1.00 vMB 19
606,428 606,428 000000000000000000098c62b7cb0a4c56480d5e031402953eaf3ea42bfaed43 872 0.35/1.00 vMB 19
606,427 606,427 0000000000000000000c0d5d78e6f09a419482c573c9d083ca8db1a0923a17d2 1,223 0.39/1.00 vMB 17
606,426 606,426 00000000000000000013ad15f2919a498aeb3f0176cf9459780a90b1bfbcb8bb 1,276 0.44/1.00 vMB 21
606,425 606,425 00000000000000000002f2a8c734c55020be504a4b3c8ee5c302e02f4421709c 1,228 0.38/1.00 vMB 17
606,424 606,424 00000000000000000009463aef2c836d9c524bb2445064cf0a340f41115659e8 307 0.11/1.00 vMB 21
606,423 606,423 0000000000000000000c317cb4e681390b9c7f982091afac012e81c46e02acd3 1,376 0.52/1.00 vMB 17
606,422 606,422 00000000000000000009e787d2a4574bce7b0b4e6dab629d3e4c86dafe9de257 2,124 0.70/1.00 vMB 13
606,421 606,421 0000000000000000000b0e280596857e004dc332cae121f077e8d8a449992f5c 2,548 1.00/1.00 vMB 6
606,420 606,420 00000000000000000014ff5c24c30d01f2f33ed6118eb3833f663b91723b223d 3,000 1.00/1.00 vMB 29
606,419 606,419 00000000000000000008bef649c9a56fcfbe00645303b6b192a15112ac12aa36 3,113 1.00/1.00 vMB 29
606,418 606,418 0000000000000000000482c7f7a9f2260f297649a739f5db511fb989db2d2105 3,265 1.00/1.00 vMB 35
606,417 606,417 00000000000000000008d3d6a0f93121fe69a63dd046b5eb4a4c51af4b0e977c 2,435 0.80/1.00 vMB 24
606,416 606,416 00000000000000000003e27820f9ee0d25cb7eeaaef05a285064ca328a461043 1,433 0.46/1.00 vMB 19
606,415 606,415 0000000000000000001532ee434f3c3ff64ccbb11d983bdf77269ffec16b0d94 1,683 0.55/1.00 vMB 18
606,414 606,414 00000000000000000012453219c2154e03d53160380a7b5fc7c0777444c31365 1,255 0.41/1.00 vMB 2
606,413 606,413 0000000000000000000e356179381742e61527e2564b0505fcabe669f02b82ba 2,901 1.00/1.00 vMB 15
606,412 606,412 000000000000000000013fcbcb176d3aae7946d483cc31b35cbf1f433ffdff1a 3,096 1.00/1.00 vMB 42
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: 11
  • Data Transfer:
    • Sent: 714.69 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.