Memory Pool Memory Pool Refreshing

2,100 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,100 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (548,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
359,734 359,734 000000000000000005633cdc908ab9b1ddb84a800a24b46166185a4a15163163 0.04 MB 88 27
359,733 359,733 000000000000000002c0fb935953a75fa39e5187ed0a74d32362845d16f90188 0.25 MB 642 35
359,732 359,732 00000000000000000ebbff77e17478ffedafe04d18f21be27e55c12674c448df 0.07 MB 153 28
359,731 359,731 00000000000000000d66c81bc41de52beb888a87214f48a841a8c1c1dd5cf720 0.23 MB 567 39
359,730 359,730 00000000000000000ed1896b4deda350661896219edf671d78732c588c06f2b7 0.20 MB 322 16
359,729 359,729 0000000000000000081cc0cf745f5ef628d2ab632c947f409e2aaa55a949fe42 0.12 MB 155 23
359,728 359,728 0000000000000000094bf8b198d6202f2401e963e85102a82a19187a2e04f67e 0.04 MB 100 20
359,727 359,727 0000000000000000043720890dd537e9fe6f2ecbd5da799550e9bc06c01d023a 0.17 MB 429 39
359,726 359,726 00000000000000000b664b49e340af0eea001cd648860aa65365fc5b239a1b95 0.12 MB 236 27
359,725 359,725 00000000000000000dca5cab5f136047f6f7423a52fa3032944623ed7631749e 0.25 MB 528 29
359,724 359,724 00000000000000000ade2f58939fea8031a6ee92da7346e51623f08db3bac582 0.05 MB 111 36
359,723 359,723 00000000000000001672c2f886fa296c084adc2bc8fa0148317bb28ed37e3d90 0.30 MB 639 26
359,722 359,722 00000000000000000c337c596515fef407d3df198bf8eba101286711937f6091 0.01 MB 30 24
359,721 359,721 000000000000000007024db4e0ed1c11d9b1b77002d8d0c47ff188732eab2c0b 0.02 MB 65 34
359,720 359,720 00000000000000000084609799ec96a9a97ffc6da26d76ca235ba3a97750dfaf 0.25 MB 437 29
359,719 359,719 00000000000000000252ba268f6cf8240d079d15d5e558e68a37353b1425f8a5 0.19 MB 411 30
359,718 359,718 00000000000000001092b024906ea034622d15b727ab2f814ccf742830614621 0.03 MB 57 25
359,717 359,717 00000000000000001544654f718491aad3f48cc8463bd67f891ead2cfe53f130 0.05 MB 63 18
359,716 359,716 0000000000000000095bfc59a5a8321ac496ed228bfcb910f530fd8012c063a7 0.04 MB 82 27
359,715 359,715 0000000000000000134609788dae045b2c865fff01998ebd4d291e849a5148ca 0.03 MB 82 33
359,714 359,714 0000000000000000116916b273c56ee803c4ce12028d0abeb5990b160d1ea87d 0.22 MB 313 27
Previous 10 blocks ↓
Total Size: 769.10 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,629.16 GB sent, 93.41 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.