Memory Pool Memory Pool Refreshing

10,405 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (546,324 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,401 361,401 00000000000000001475a040b690f0cbc904b201513fb633ef904e29a3fd1bcd 0.38 MB 878 33
361,400 361,400 00000000000000000ebec6a5ed6b70107a736b0c70d05dee1011751c1ef5c90e 0.25 MB 409 17
361,399 361,399 000000000000000002755cbf4c607a9d221c1d4d7b84e288a61c5bb458520396 0.75 MB 1,385 27
361,398 361,398 00000000000000000d1d9c7588fae66c2ce2f111ceda8c7a628e95afadd3ba99 0.46 MB 1,042 30
361,397 361,397 000000000000000015bf1ca05f6fb362e50b0f76b2b7c2c7760d0cf7f6c2c38d 0.36 MB 704 27
361,396 361,396 000000000000000003f62990e11651a54ce3baa5d7820c7ae936eb5a9f217074 0.27 MB 593 31
361,395 361,395 000000000000000004d5050665f9a8a1479c913b817eb556782bc80c070308d7 0.29 MB 579 26
361,394 361,394 00000000000000000c98f4c0efd7f2c190917f35e942344a3718b52fb9c24754 0.05 MB 110 27
361,393 361,393 00000000000000000e5c1e518b28bcb8cfa0f59da8f347be287eb4044148ec27 0.13 MB 246 27
361,392 361,392 000000000000000008d6d5f81d5ce2b518cce23993cb6176a8f1a3fd0bac52c5 0.25 MB 572 32
361,391 361,391 00000000000000001088acecc077b4425f28b14d38f13af19422b2b337d2d959 0.08 MB 201 35
361,390 361,390 0000000000000000137354e4a51540201abc97db4f55bd234a23f2471acf66ad 0.18 MB 255 9
361,389 361,389 000000000000000006bdc89a8770f4017a0e470f78d6b7afb23a970cf94d861c 0.14 MB 277 25
361,388 361,388 0000000000000000104b904f1bbfc50dd1d18144f2d99c838b889b0e29d94326 0.30 MB 634 30
361,387 361,387 00000000000000000e6352916d2000f4f0c3419ca1e21d4d55fa1ee809aab201 0.15 MB 279 22
361,386 361,386 00000000000000000f021d2533738f3cc6eacd5f4e64b7d9ec10c6335f31fe95 0.25 MB 470 16
361,385 361,385 00000000000000000682fb0d536d2d98558de78d7ab0a9af2bd3c03eaf3abbcf 0.26 MB 452 27
361,384 361,384 000000000000000007bbe23c3e162ad8af0bd89175f6bf88ef37f6e83ea74756 0.31 MB 513 23
361,383 361,383 000000000000000006235c64933abec46a08f2bbb1756abf534a292c4ef4a7b5 0.34 MB 490 23
361,382 361,382 000000000000000012327a0161b24e93960b32c3295c9945e60c19b68d4446dd 0.14 MB 259 20
361,381 361,381 000000000000000002b7235846f3a6ae01ffc6a7e3a1fe7b17b8e1724e1a80fc 0.67 MB 1,351 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.