Memory Pool Memory Pool Refreshing

12,395 transactions
3.61 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (264,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
643,326 643,326 0000000000000000000e009676f161fb14fe8b9f907eb49752d17cbc921bbb6d 1.70 MB 345 10
643,325 643,325 0000000000000000000378256e6b2ee284ac559472ca6d044b2b99170d6381e2 1.46 MB 1,430 3
643,324 643,324 00000000000000000004df298b463fd7ed5dc485d9aeec3cfe239a63c2cccba3 1.32 MB 2,757 106
643,323 643,323 0000000000000000000b18244a4ecf13b8c0e12a121c666ed3cc886382c8e01e 1.55 MB 1,035 32
643,322 643,322 000000000000000000084a5281b27c77105e31d98d637f92a94ac6f9d457ec12 1.55 MB 1,606 42
643,321 643,321 000000000000000000104a51c4f406e7371b466631d02cf47f5571ba8e5f3086 1.81 MB 105 2
643,320 643,320 0000000000000000000d0bce1b52c3a2dc9a2e3e60f8abe4fc46fd00c06ecb9e 1.38 MB 1,912 54
643,319 643,319 0000000000000000000db16acdaeb9f5a7801bb7888e2febd962289a8b980869 1.58 MB 1,165 40
643,318 643,318 000000000000000000009967672cf28da011b04b5985451ed4e115c69d8e2967 1.35 MB 845 4
643,317 643,317 00000000000000000000e3dde602fb68fe7ba6bd8d30c5827d1ba67c53c89f35 1.19 MB 1,328 39
643,316 643,316 000000000000000000060eb1c2cc9a31615a5d01543b7e02ef5c875acb1151a5 1.06 MB 1,403 27
643,315 643,315 0000000000000000000464df3f1c3ba5f0d762d99d09994f2e5bf05b64744467 1.31 MB 1,740 101
643,314 643,314 0000000000000000000ce1dec727a049dcd660091d871d3fae22bd1b169505bf 1.24 MB 1,434 13
643,313 643,313 0000000000000000000728a20a2560604a3d3577628f11140eed9fa2bc369f7e 1.32 MB 2,541 104
643,312 643,312 00000000000000000001272eeb0d6e8e9403971e674ca39fa38e4a920ed2c759 1.31 MB 2,531 134
643,311 643,311 00000000000000000007d649ed5b783f4b834500364551a03627297804144891 1.48 MB 977 30
643,310 643,310 0000000000000000000d8ddba60509d56cd25cf606f34264f1140bac6a98cb83 1.05 MB 1,326 3
643,309 643,309 0000000000000000000c99bbfbc152b5a4317ce36152f1bb0618eadd1bde1d14 1.39 MB 2,178 86
643,308 643,308 00000000000000000009d29f64162762b9d5edf799e4f642d99df0fb70fc326f 1.38 MB 2,502 123
643,307 643,307 0000000000000000000e442e524421f64fd3965b42c3f3ba2ce3fbda233ad374 1.24 MB 2,064 55
643,306 643,306 00000000000000000001b1826859faf55c61b1b93c545a64521924df27841e5e 1.34 MB 1,481 26
Previous 10 blocks ↓
Total Size: 769.01 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,621.29 GB sent, 92.90 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.