Memory Pool Memory Pool Refreshing

2,273 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.65 vMB 2,256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (581,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,686 326,686 00000000000000001cc2da4b9ea6ea2961806ee745d9f676c8bd16a68de55eab 0.08 MB 256 53
326,685 326,685 00000000000000000c7ab73de881f51d50f608b231b15667b0f2c46de0c6d028 0.18 MB 342 30
326,684 326,684 00000000000000001a1c736469daab2bf121eacf2204ba77cf0183ca8f5556fa 0.02 MB 51 17
326,683 326,683 00000000000000000df1e98c4720ae90d22d978f5d39c109700a727dcd9d0143 0.30 MB 604 31
326,682 326,682 00000000000000001377510d718f659b0ec9a79aea51916f7d965cf971d8b3b2 0.59 MB 1,126 31
326,681 326,681 0000000000000000181818878ba4d7b92e47f51d09652b0d9363198389a4e30c 0.44 MB 690 25
326,680 326,680 0000000000000000066c27671b3ce3172cb6c8d4fcf1c0e82998196b401ce9a3 0.94 MB 859 16
326,679 326,679 00000000000000000f8cfbde18837bdbff29e376067ed4a5104df982664932bb 0.75 MB 1,917 39
326,678 326,678 00000000000000001a617a1d62151665e8edbdee915f938f0172d1ffc0d3af4e 0.33 MB 1,024 51
326,677 326,677 000000000000000005402b71165993cdd415160bda0616c242c26ce34c03a950 0.16 MB 272 24
326,676 326,676 000000000000000008f7afb8da3e95e1585bc67cafb0e8a413439c40c5a5b218 0.34 MB 499 26
326,675 326,675 00000000000000000ff69182646eeaf961fc982adac7d7fe1bf166e323b1466e 0.06 MB 120 24
326,674 326,674 00000000000000001201c595cc24f211d98564f34476c99f0bd786317d47f927 0.43 MB 680 25
326,673 326,673 0000000000000000013d71157a2d22b75f30c7a55370cdff9ee56c66b935ed7e 0.40 MB 605 25
326,672 326,672 0000000000000000058ef015609dba780c5bbb0c4a1d50c794d638ae479c8c0d 0.11 MB 178 24
326,671 326,671 0000000000000000170c893b13ad07c313146be11bdd0fb0e0557bbec1482bc8 0.21 MB 474 35
326,670 326,670 00000000000000000e70ca58efbecf2ce0f7a5a6e64ba04687d35a2a4064e342 0.75 MB 1,538 31
326,669 326,669 00000000000000000d638cc2a8ac1611e4784867ee83a2b97ae7c73ccf61ae64 0.45 MB 749 24
326,668 326,668 000000000000000013d00a69bd5325e5f79fd64b50f596346190ccbc4b66b847 0.03 MB 32 16
326,667 326,667 000000000000000018b2bf65d23fa0c7dea26c97e6c94bfc5213b04c4a7e7ed2 0.75 MB 1,299 29
326,666 326,666 00000000000000001c256da1a8f326214f4fff9efcc883ee8f432c20eda03194 0.09 MB 158 30
Previous 10 blocks ↓
Total Size: 769.14 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,631.99 GB sent, 93.60 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.