Memory Pool Memory Pool Refreshing

7,416 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
1 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
907,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,470 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (837,302 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,563 70,563 000000000109aaad4e268d0975c6133b1b5aa44752adbf48e1256a4e15bdd8cb 0.00 MB 2 0
70,562 70,562 0000000000fb72158259673377e36000c75c0ab1e79792e698097aacbe923e84 0.00 MB 2 0
70,561 70,561 0000000000f943a0b3c8a06550032dc83156d381cbe1e46e142bf208735d07b6 0.00 MB 1 0
70,560 70,560 0000000000c4f919e27398ec17fe39ca0e8936596e7eeeb21f06d87e851df90e 0.00 MB 3 0
70,559 70,559 0000000000c169d181d66d242901f70d006f3e088c1ae9cacb88b94b8266e9c3 0.00 MB 1 0
70,558 70,558 00000000010109b7cf03bb00be613ad487fb5dabbe33d38145a7eaa3db550662 0.00 MB 4 1,083
70,557 70,557 0000000000053b7a804c2d939b978bb5d078b20083dfb054357a395c6ade2993 0.00 MB 1 0
70,556 70,556 00000000006a6de4e7e757a3420de42bc1c96171da25d4e5ce2ee1e3dc74e7e7 0.00 MB 4 0
70,555 70,555 000000000071d3c02ebdaab03d34cad4779e7c7517abe73315d0555db3e96c85 0.00 MB 2 3,861
70,554 70,554 0000000000ed1842b840f802cb5c534039c607a967ad9129d086898e1a0f9fb7 0.00 MB 3 2,070
70,553 70,553 000000000046c062b2a312fc446c5cef52862da79232cb48bd7229431e85b12d 0.00 MB 1 0
70,552 70,552 0000000000b3e486636df2c5021aa5888c20b4c6c309dfbcaa105f7961d0a03f 0.00 MB 1 0
70,551 70,551 0000000000d27ec17c474109a2b59d850ed16bedf27c7388338b97eb625b800a 0.00 MB 2 0
70,550 70,550 0000000000bdc375ac794832922964f540fb56fb0e950d911d98417d21a2e6dc 0.00 MB 3 0
70,549 70,549 00000000008109e147633c91cdf673345e94485c7bcd4f62cbedcbdc917260d3 0.00 MB 1 0
70,548 70,548 00000000011456cacc8995b9364bf855179274e652e2ecf76c92190c18867c96 0.00 MB 1 0
70,547 70,547 00000000012f60bc64634c218d638d091f4e9ef6e8c63da4e083f6a575b713c6 0.00 MB 3 0
70,546 70,546 0000000000953e34c5416ae16cd0951f7e5e6879da202bb06082ae6278abe395 0.00 MB 1 0
70,545 70,545 00000000002c78a7e402572512a6f40b9caf121e209861ac579723edb8175575 0.00 MB 2 0
70,544 70,544 00000000006f1236f0e467a4a70a54c87f3ecfff91d2ee1e14f01d4492b58403 0.00 MB 2 0
70,543 70,543 00000000014c05685b7423bac3743dba8177babfed8e601915308e8f95846bee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.