Loading Tool

Explorer IconExplorer

Memory Pool

81,786 transactions
30.54 vMB
0.07799780 BTC
Random Selection Loading Transactions
Max Size: 184.12/200 MB

Candidate Block

Mining Attempt 8f8e2670900cbd63fa17c0f6244d8a525f74d794f9f05f58ad29e405b77ff04a
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 42ffb3251178c4520e7c1d788615de8d5cbb3efbf925e94410b4674165c89b13
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,148
Size: 1.00 vMB
Total Fees: 0.01462507 BTC
Feerates: 40.91 > 1.47 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (248,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
666,563 666,563 0000000000000000000da1aabb43f3b8abd601a683b9087892bdfc5d1757b939 1,337 1.00/1.00 vMB 29
666,562 666,562 0000000000000000000b8c8da76f419cb20db9a9f8b37a04881e3b00e5cc945b 2,457 1.00/1.00 vMB 23
666,561 666,561 00000000000000000003194b6c1cfe093d868aa9c3f36397ee5bb2f7c1934b10 1,901 1.00/1.00 vMB 17
666,560 666,560 00000000000000000008579dc22b2698fe0d42d95f6c3376ce7c4f48d482c13c 2,382 1.00/1.00 vMB 57
666,559 666,559 000000000000000000098ea7d474fc3db8d3dd59f6ed6a56eba00e026ff372fa 2,810 1.00/1.00 vMB 81
666,558 666,558 00000000000000000004a04ea75c5812400f0175bf42d9e2f0957b6680073e8d 1,662 1.00/1.00 vMB 85
666,557 666,557 00000000000000000007da31631ad88ee1d2143bedfc37a83490d6387f75b1c3 1,132 1.00/1.00 vMB 23
666,556 666,556 0000000000000000000b686f98e2a67259fedf6eb99af866ba4534675086b69e 815 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.35 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.73 GB
    • Received: 14.82 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.