Loading Tool

Explorer IconExplorer

Memory Pool

82,641 transactions
30.71 vMB
0.08522993 BTC
Random Selection Loading Transactions
Max Size: 185.31/200 MB

Candidate Block

Mining Attempt e6b3107f8ed87775f2276b5926d27c16bce4d8167631c2dcb35c76ca574b3f82
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root 987b5cf791557e05157a620c1df24266afde721485e22b8cbf9dabf8a3f7837b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,504
Size: 1.00 vMB
Total Fees: 0.02022794 BTC
Feerates: 73.20 > 2.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (248,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
666,584 666,584 0000000000000000000d3a467e7081909ce8813e5cde5ac2237fcf6ff639ab56 2,608 1.00/1.00 vMB 86
666,583 666,583 00000000000000000002037a4bd995477b400c46ed29d0c3ca7ea96b590a1e1d 2,371 1.00/1.00 vMB 24
666,582 666,582 0000000000000000000ccf5bc5b81fae237d4e9ae7824dfc47f996e2d0bd4ea7 2,153 1.00/1.00 vMB 33
666,581 666,581 000000000000000000001a2007f3cc538a3cc616624c30c8a260345689a43abd 2,875 1.00/1.00 vMB 95
666,580 666,580 00000000000000000004e90b72cf50ca312726e2d16e0ef732f9e44780c47e01 638 1.00/1.00 vMB 35
666,579 666,579 000000000000000000031d469e8d63ec8637e49ed328641dbfee01e49cf3cd85 1,462 1.00/1.00 vMB 29
666,578 666,578 0000000000000000000120f0a91a6dd1c5132b2fc89d6b28cb6c925d08f4d0c3 1,554 1.00/1.00 vMB 8
666,577 666,577 0000000000000000000acdec5886e1869ca937d8d94eac31229f9f591eec1ed3 2,858 1.00/1.00 vMB 74
666,576 666,576 000000000000000000029b59de97ecacec1205743104a6988d7da02bf207ab51 2,662 1.00/1.00 vMB 61
666,575 666,575 00000000000000000002f925e3da8ae93908f402153762e4a1e351afcd5d716f 1,310 1.00/1.00 vMB 10
666,574 666,574 0000000000000000000ca456cda20175b69d26fb9427560f3e5bd333be5518a2 2,525 1.00/1.00 vMB 22
666,573 666,573 0000000000000000000d6c389a682d80e73be6ffd4700fd256bd19129480e856 2,450 1.00/1.00 vMB 34
666,572 666,572 00000000000000000001c65f4c41e9194a902d5c0c70ce57e6f6894c08d8bb66 3,668 1.00/1.00 vMB 110
666,571 666,571 0000000000000000000d8769b861409de79b2c78ed560e39cf0c7a57a4da31b9 2,189 1.00/1.00 vMB 43
666,570 666,570 00000000000000000004b28b853ab50306e2a96c66366809e9588947b5db98c7 2,858 1.00/1.00 vMB 69
666,569 666,569 00000000000000000008999d4dd113e35a7992eea2823b8afec6c1e7b43daec5 369 1.00/1.00 vMB 10
666,568 666,568 0000000000000000000a905de3b7f748ac93680eaabc542df66b487931e76fd8 1,281 1.00/1.00 vMB 47
666,567 666,567 0000000000000000000a62269cfc40e3c1c328f8706fe06ca9b37b422364ce6d 1,885 1.00/1.00 vMB 34
666,566 666,566 0000000000000000000a4be2949b45042241bbd7ef74ce0a12094192096ab106 838 1.00/1.00 vMB 5
666,565 666,565 0000000000000000000ced7f5723ba9252322605ebdda755ad838374a12b5e31 1,827 1.00/1.00 vMB 16
666,564 666,564 0000000000000000000ab80e5a6822b00ef46cbeb99a72ee41385d7c98b096ef 2,441 1.00/1.00 vMB 51
Previous 10 blocks ↓
Total Size: 782.34 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: 661.55 GB
    • Received: 14.81 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.