Loading Tool

Explorer IconExplorer

Memory Pool

80,668 transactions
30.37 vMB
0.07962388 BTC
Random Selection Loading Transactions
Max Size: 185.53/200 MB

Candidate Block

Mining Attempt e437099af8b78e9d70069c291395ec31b28ad14566b94cb2ba156866723fadbc
Version 20000000
Previous Block 00000000000000000001cd73236a028c712d69000472bf4b7a3a172265e397d2
Merkle Root 897b2c26a4b5d253a16b5f318a148aa854c1ca4077bd7be455078b86c9a9837a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,927
Size: 1.00 vMB
Total Fees: 0.01182459 BTC
Feerates: 318.30 > 1.18 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,349 (339,818 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
575,531 575,531 00000000000000000013d695edb52f2ffd797f65e49773a97112444a1021825f 2,966 1.00/1.00 vMB 169
575,530 575,530 0000000000000000001d819c11ae5886d9c4a4261d7d83802c84bfce484377f3 2,662 1.00/1.00 vMB 28
575,529 575,529 000000000000000000281403df4ef5a39edb6dfa86208edb6839f304c8fe50c1 2,305 1.00/1.00 vMB 25
575,528 575,528 0000000000000000002628e2588beb922bb06136fa4d97c2d729848a11da979f 2,176 1.00/1.00 vMB 29
575,527 575,527 0000000000000000000bf64d0662f2080926af91a8becb9249158fc71e45ddb0 2,608 1.00/1.00 vMB 100
575,526 575,526 000000000000000000109f007f91afbd11a3f9225c7a09d173eea1a73896c9b5 2,877 1.00/1.00 vMB 65
575,525 575,525 000000000000000000025b18e68908d7e8ab37b343ae526c285120dd828e286f 2,570 1.00/1.00 vMB 133
575,524 575,524 000000000000000000118e64355d378e56b6d37ae4ea75077d5cedb6c2b6a81e 2,316 1.00/1.00 vMB 74
575,523 575,523 000000000000000000230cfbc66b2647ce4e98aa64393e31e9bf23c7d2e1157a 2,764 1.00/1.00 vMB 66
575,522 575,522 000000000000000000257144b935e8e0ba1e69ae581c801c4a4660b87622565e 2,607 1.00/1.00 vMB 51
575,521 575,521 0000000000000000001ea8266816c10051ccbfd6ac6e0a0aa745c509d7b0830f 2,903 1.00/1.00 vMB 90
575,520 575,520 00000000000000000029df64e64914d7931728f1e2231d0f4a60a5a5f5296040 2,903 1.00/1.00 vMB 119
575,519 575,519 0000000000000000000eab74344bb04ac51dc025fa43c99dc7c76709a7bffa9f 2,578 1.00/1.00 vMB 155
575,518 575,518 000000000000000000100dd911aad9c30ee28c0560d61befab44074b560f87f7 1,865 1.00/1.00 vMB 61
575,517 575,517 000000000000000000035ac738d84b1e5c8a72b34276207ca182b1bf6895da17 2,515 1.00/1.00 vMB 89
575,516 575,516 00000000000000000005ac7a89c9f940759ba536a4f974b91631c6a07ba45d10 2,805 1.00/1.00 vMB 77
575,515 575,515 0000000000000000001bdda39ba9d2bae989dc1e32a8e76866dfe98c7a00a8a8 2,490 1.00/1.00 vMB 66
575,514 575,514 000000000000000000109bb1f1b2d2bae5134ee9ac16ca3527e619c9397440f7 2,867 1.00/1.00 vMB 107
575,513 575,513 00000000000000000025e2726a149c522061f0b538b6a10d5641c2fc3fc9b3c8 2,902 1.00/1.00 vMB 103
575,512 575,512 0000000000000000000c55b97719f82d9291f7399c0fa98acf8f7f8c686c6e39 3,595 1.00/1.00 vMB 113
575,511 575,511 0000000000000000002570ec3c3ff3523120934d909e2ea139726100891dc2aa 2,434 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 783.00 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: 718.32 GB
    • Received: 17.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.