Memory Pool Memory Pool Refreshing

19,540 transactions
6.28 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (565,456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,263 342,263 00000000000000000318d53b19d6e1021658aef07188b5e03b7527dfcb343b4c 0.79 MB 1,722 27
342,262 342,262 000000000000000006f3aadb12aada0f2937b59574abb5b1b36877b1fd250ab7 0.64 MB 1,350 28
342,261 342,261 00000000000000000a3e4f0e60b6e7825d7816bf5023de67b2c2c70d347ffcd6 0.06 MB 64 9
342,260 342,260 0000000000000000022d10f5dd39661ddd3f16b170f341c14d01916c2b22803f 0.45 MB 450 16
342,259 342,259 000000000000000014cf5657a143a02a91a5eed9d4a7c509db99e0a38ce5c74c 0.37 MB 1,024 33
342,258 342,258 00000000000000000bab415786dfbb3099340a1f2065f80920c283382c2c03b2 0.10 MB 188 25
342,257 342,257 00000000000000001a82dc80aaf0d5c1e3e33c7e40bb651d37ab8b9a6cb2dda9 0.22 MB 247 15
342,256 342,256 000000000000000009018e82963a1dfc53827f54870017a1757a6f38ee29b828 0.25 MB 453 22
342,255 342,255 00000000000000000227f9cf319b50c5c3d830675eb4d945e09d7087903d39d3 0.24 MB 477 24
342,254 342,254 000000000000000013069752dff02b0af9ab51eb40828bf5dd3bd2840058406e 0.43 MB 818 24
342,253 342,253 000000000000000000b55ec8acf98a467f38fea40ea1c5b53def082a0c90387c 0.22 MB 416 22
342,252 342,252 000000000000000007b7aebce441f7489f54a0dbf59c3c590ec5d6fdac651c81 0.13 MB 212 21
342,251 342,251 000000000000000012f8f0a48fef0dd9a6e16521ed9233266108c21abe112370 0.16 MB 295 23
342,250 342,250 000000000000000019fa0b788c67c541e40ce8de6028362f4c3aff591d8f1d87 0.03 MB 76 26
342,249 342,249 0000000000000000029d5cbfe1ae10de93a8d5018669291fa11158a0a9e34447 0.41 MB 644 21
342,248 342,248 000000000000000018e27ced426f68f4e218c32c9bb989a06341c78acaa445c3 0.12 MB 260 25
342,247 342,247 000000000000000016b0ee5c601483f043ddf151e58c4bfd2996d142dcbc0d49 0.26 MB 488 23
342,246 342,246 000000000000000010006ed7802aeab2be08d9c10482bfe50071a3266622263c 0.22 MB 441 23
342,245 342,245 00000000000000000160468742c7803b0eaf61c79ed44e51bd2e1f6cd9bcdfce 0.11 MB 164 22
342,244 342,244 000000000000000004894d5134255cd8e9c0816e12d52ec2f815a599d7d29172 0.08 MB 169 24
342,243 342,243 000000000000000018cd48e1f6105cdeaa601d5a0f2e25ceb7c45e178efe8eec 0.22 MB 249 13
Previous 10 blocks ↓
Total Size: 769.02 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,624.50 GB sent, 93.00 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.