Memory Pool Memory Pool Refreshing

3,696 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,840 (591,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
316,083 316,083 00000000000000000009bfef9cc2094b3351472c4c2d18cb270b52f0c3d63109 0.23 MB 442 27
316,082 316,082 000000000000000020b2719f1c320b07b1bb5f2a00263de973c079bd91ef9fce 0.15 MB 256 27
316,081 316,081 000000000000000037519b63441d002c2e8b71d26137713bd04e034cbad9f415 0.01 MB 25 24
316,080 316,080 00000000000000001208b85161214dfe5a2aef33e8cfa0a1de208e3835fe84b3 0.29 MB 559 62
316,079 316,079 000000000000000021d003be807fc905db5007627bc60a6eaca67be4135259a3 0.14 MB 279 28
316,078 316,078 000000000000000035f49a7dac8b960be7871c2aeecfd535a37d3642a99f4a3c 0.02 MB 64 36
316,077 316,077 00000000000000001211c161dfffd0a69f6e0670b39b4aca55ae034803f3d8d1 0.16 MB 334 28
316,076 316,076 000000000000000035f6d5ac89f30b2aa67c08b03671e9c13b401a77d3ca6283 0.26 MB 370 22
316,075 316,075 00000000000000002d406c572e06b201d0c2f3e44af972c3eb8f80daa9c076b8 0.03 MB 63 29
316,074 316,074 0000000000000000214be71d3005490369ee853eaa39cda264340a9e3e1fffd9 0.25 MB 468 27
316,073 316,073 00000000000000001c34943e14f24604e70b93d4d19c67323fb08f01368e0ff1 0.21 MB 349 24
316,072 316,072 000000000000000037ba3e81297bdc1a10af516696aa4cd117a5c986dc00625c 0.06 MB 128 40
316,071 316,071 00000000000000001507203b06393620196f2c55c98ab492a36dd5d5f6d8c966 0.16 MB 163 18
316,070 316,070 00000000000000003613ed597147ef1e7095acad2bb388b5a57425f7f0a4487a 0.51 MB 530 33
316,069 316,069 000000000000000005aca17dc74d006afe5dfd2ae8006a89219f7ccb56c812fb 0.74 MB 1,004 26
316,068 316,068 000000000000000011a1273425950aaa0061d595a4f0b6e533ec476dc32977e6 0.05 MB 48 8
316,067 316,067 00000000000000001ebf2f8d80df4a667f66d6b0d0194cb6ae04ba81966031b1 0.20 MB 333 26
316,066 316,066 0000000000000000304a3f2b4f600197745c687e033f20c9561ef8c91728be87 0.02 MB 64 51
316,065 316,065 00000000000000000092a380cdf7db929388533f9369ad594691d509260468cb 0.07 MB 107 21
316,064 316,064 00000000000000000b87d5ce7a30a0ba1b87194fc8e05a9ef2e4e74f7505053c 0.24 MB 433 28
316,063 316,063 000000000000000025ad7a5e75dc13bfd13b0aff8764aaab59c72bd971803775 0.20 MB 408 30
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.06 GB sent, 94.14 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.