Memory Pool Memory Pool Refreshing

56,344 transactions
37.08 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Estimated time to get mined based on feerate:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,727 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 2,649 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,726 (700,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,070 175,070 00000000000008ef9802426bc8e3ac723fe10b4bf3b94a5b2ac80f4f81da6666 0.01 MB 8 1,959
175,069 175,069 000000000000002269c3b62a5550ea00dd5bc46ad844e2c0420f2cfdb0442a45 0.05 MB 186 20
175,068 175,068 00000000000006c5c80b32e8a8c134ea08bb0d41e5933b2df4883e2ab90e406c 0.00 MB 11 0
175,067 175,067 000000000000014474cc80ad7a84b4c51813ffe4ab549924be38562ebf0f6e38 0.10 MB 206 156
175,066 175,066 00000000000006f0713232ba1c845dea608a9b656e2c5dba52de25ff0dc802bb 0.05 MB 142 102
175,065 175,065 00000000000006a464926759595dc637a5e711bdecd02dc3be7bd91a8d2c5d01 0.04 MB 152 48
175,064 175,064 000000000000040fe7cbfd2df8af1a7e29921d677fec342a7facc327a3d45337 0.01 MB 17 4
175,063 175,063 000000000000075a527757c4de49e7da43857ee6aebf79dbb6453eb442731b71 0.04 MB 101 81
175,062 175,062 000000000000017250bf9fd62280662015e3546d8809fc9d41fd54e2c364f083 0.02 MB 75 115
175,061 175,061 000000000000031813d49c941bf33d91d0a561f14de73b121552361343cae162 0.05 MB 161 34
175,060 175,060 00000000000006073251fc638c8870907d979dab56af2cf5172a2c91a923dae4 0.00 MB 8 65
175,059 175,059 00000000000004b642f800dc0d7ca80af46deebe643ff6831f02f9061aef4cc9 0.01 MB 10 7
175,058 175,058 00000000000000286e9de4f01fb15c9f4642d6394674d1502e67be29881d6e6e 0.02 MB 59 90
175,057 175,057 00000000000006b58a626c01248f7d000de8a470c85ce0389e90edc3a9565b86 0.02 MB 50 83
175,056 175,056 00000000000008690920445f190e8a074bdb8babc4fd1a98c4f2ba732734fe38 0.01 MB 33 37
175,055 175,055 00000000000000c7f0008021575631d9b4aa1986ece0bcdcc07c9230b460370a 0.02 MB 29 58
175,054 175,054 00000000000002a90698769f15acb41e74c1c92631cc4a138824157ab81b8a94 0.04 MB 45 101
175,053 175,053 00000000000005f03e6ff67abef0b5a03a6ddc3d926cfa6743fdab5a730e734c 0.05 MB 181 24
175,052 175,052 00000000000004e0e309e8ff72c6a5c8fb80de9cb7244ec973866aaaf6595a3e 0.03 MB 53 411
175,051 175,051 0000000000000684167e206e2c77a8c17d8ad561a4473fc12ea9a471511d0001 0.04 MB 102 166
175,050 175,050 0000000000000106a7e803d34cc9fe6e287e78d68c36be71043b287ed779b150 0.01 MB 29 181
Previous 10 blocks ↓
Total Size: 709.98 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: 629.28 GB sent, 12.26 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.