Memory Pool Memory Pool Refreshing

6,087 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,702 (3,596 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,106 904,106 00000000000000000000500f22b6b8856b6bba6d29cfcb8a5a0c81741d48fb73 0.65 MB 861 2
904,105 904,105 0000000000000000000160f949be955cbde95626b9fbe87936e12638b9d70212 0.07 MB 199 5
904,104 904,104 000000000000000000022f6af1675e772dfd2e1067ab0b205f7e698aba14cc3c 1.69 MB 4,407 1
904,103 904,103 0000000000000000000191d639ef2a05796962b7dd7352730ed46af332ac57ac 0.31 MB 590 2
904,102 904,102 000000000000000000019d37be22c8c5443231380a44c3d27a9a388412c81873 0.65 MB 1,223 2
904,101 904,101 000000000000000000021246a471089626a712fe65c93e4ffe8e7d591f40ea8b 0.47 MB 896 2
904,100 904,100 00000000000000000000bc16f1eb8fd610fa72b7489be45932cd3a925142da75 0.17 MB 248 2
904,099 904,099 00000000000000000000826b83d1292f31493d13809c349a400ba7d9d5735ded 0.09 MB 232 2
904,098 904,098 00000000000000000001097a821cfacb92aa4a4fa9fac1fa727eba9e21c3f2c6 0.05 MB 80 2
904,097 904,097 00000000000000000001924ce4b97830a5b955d30a32dbd6b370d6f6f4775519 0.21 MB 370 2
904,096 904,096 0000000000000000000127fd9ac723b675a6705d0dea6b609848a2d3c492a70e 0.79 MB 1,563 2
904,095 904,095 00000000000000000001c5c11a61c761dc688a983177733e60a43d60360e63bb 1.80 MB 5,696 0
904,094 904,094 000000000000000000024e5306857b4dc6c531b5b62daf39455efcfe420152e7 0.74 MB 1,051 2
904,093 904,093 000000000000000000017eac906f2dbd8d663f21a9a3ce27c5997af2be706fa1 0.39 MB 910 2
904,092 904,092 0000000000000000000255e1668ff1c31247641fed6fd11424f7f0572f7f0802 1.55 MB 2,349 2
904,091 904,091 000000000000000000024cc897bfc26ea1fa6e817043bbd5d7afe02bd1c64e29 0.38 MB 630 2
904,090 904,090 00000000000000000001a7700aecf79a137367253f570d6e01e326a2611fe599 0.00 MB 5 0
904,089 904,089 00000000000000000001b86d0f12b9614b149d17665bfbd2f4295ff9814cdf3e 2.01 MB 1,642 1
904,088 904,088 00000000000000000002537e6f46b57780c7a1c9656744d6ead91a172dd669e4 1.60 MB 1,910 1
904,087 904,087 000000000000000000002c2c5865185e60a42c464eb477fed506909405c3232c 1.69 MB 2,985 3
904,086 904,086 00000000000000000001105f3aebad0d6bbfba2c12b3c72e39a06ea3349ea0b1 0.22 MB 369 2
Previous 10 blocks ↓
Total Size: 768.99 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,616.56 GB sent, 92.76 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.