Memory Pool Memory Pool Refreshing

3,789 transactions
2.36 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,170 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,410 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,169 (806,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,950 101,950 0000000000002bc4bff67bdbe365bd2db62d9681e43600825af46e3f8460b67f 0.00 MB 4 0
101,949 101,949 000000000003e7f0f4dad47bfe4b6982f0d6c005fa8583178b335fae1ec9cdfc 0.00 MB 18 0
101,948 101,948 0000000000019da05ba47489cc70ccaac50989ffdd0cb6453bb593d8d9c5487d 0.00 MB 1 0
101,947 101,947 0000000000027ea8cb411053ecd402ff422603cf49a1557bd9343291980419cc 0.00 MB 4 0
101,946 101,946 000000000002a7d305eee618253d07d93ba136dbf959629328d32a9fbf38f023 0.00 MB 1 0
101,945 101,945 000000000000cc816a738517c3290a73bcf641ab1fe3fea1bc6e269dadfb6bab 0.00 MB 4 0
101,944 101,944 0000000000001dc2e02d09ae4a0a6a6fabc5f8392817e3e13fea157052936d2a 0.02 MB 88 49
101,943 101,943 0000000000013d37f60ac925c8daba6ed692df387fb87dacea4e508fead83078 0.00 MB 13 0
101,942 101,942 00000000000110cc838a294739d042b98caac132b2102f46fc80afdf4f41f7eb 0.00 MB 11 0
101,941 101,941 000000000000dd217ac39d9a3fda8adbfe56f7572beae81fa43731d6357ada8e 0.00 MB 13 0
101,940 101,940 000000000001afe6ed78273d471f367e806bcbe18dd4cc69e95bb76f2bce3cfc 0.00 MB 13 0
101,939 101,939 0000000000032f576d1296f35c7a88d1d0ddd5f242dba10affca0efbc500883e 0.00 MB 8 0
101,938 101,938 000000000003e7a79b3d375a1aa998b2bd39b09335b8396166cccc9c5ebf2d5a 0.00 MB 11 342
101,937 101,937 000000000003585ba1119a80d1577afa9bcc6ffb00eb1c77470fcbbc5641dce7 0.00 MB 14 0
101,936 101,936 000000000001319a8486e1fc5b734b4df9102c0dc1e37cd0d633f5a0fe983224 0.00 MB 2 0
101,935 101,935 000000000003f99b6aee0e1cd14bef527b8857bde26daa30454c5cc34ff71bc5 0.00 MB 6 0
101,934 101,934 000000000000b947dd28323ea950019275de0aa21056d620c921107fa6463911 0.00 MB 1 0
101,933 101,933 0000000000004d01c73783e16b879c140503089e39d0711b122e09e6accd1845 0.00 MB 4 0
101,932 101,932 000000000000c29a27b2d9899656c2f772e6ca0c21ac6cace88e23389733414b 0.00 MB 1 0
101,931 101,931 000000000000e353d03cce611c1f5bb79d7ce2b96e5a8da41e24a24afee635da 0.00 MB 3 0
101,930 101,930 0000000000016259389744184c5983966f72e681af26351d0aa11a1f3024a30d 0.01 MB 29 0
Previous 10 blocks ↓
Total Size: 769.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,681.09 GB sent, 97.22 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.