Memory Pool Memory Pool Refreshing

3,521 transactions
1.16 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,834 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,901 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,833 (578,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
329,831 329,831 00000000000000001a11ab0047efafa0ab12e823d7a4bb022d9a4a39ab9c9812 0.75 MB 1,702 31
329,830 329,830 0000000000000000169f7859a662751fcdbd468d4a52985936e086d9c417f7ac 0.52 MB 1,022 28
329,829 329,829 000000000000000013a841410af10d181904e30f339447b5b17a8436b24e76e0 0.11 MB 135 12
329,828 329,828 0000000000000000152d46b5928b7bbd8f801c6b9a9abecf11af2de907372c17 0.26 MB 427 25
329,827 329,827 000000000000000007b33076f6fc87d56948572ed270492bce9ff415b91d06df 0.35 MB 623 26
329,826 329,826 000000000000000002672c3a52bff64d89b6710b2bfe49238655411838d4d83d 0.56 MB 958 24
329,825 329,825 00000000000000000bad0799519f5e0cd2412d225503165cd040fffbc6b4ea76 0.61 MB 648 17
329,824 329,824 000000000000000012f8e5509113c9182301dddb7afcf5b0910c3eb58e0b1a1d 0.25 MB 710 41
329,823 329,823 00000000000000000d40d640f099d199ba59b45d9037a881d6e16818634af1fe 0.31 MB 427 22
329,822 329,822 000000000000000018643d36f6e958be9148be7844851774a71b6807af83ad4e 0.71 MB 927 19
329,821 329,821 00000000000000000ff0ac19886e5b4348848de00e0ae0c42525e3979295d1e8 0.16 MB 512 49
329,820 329,820 000000000000000013b90ea6a3d462f7249fe0512b4469b43cbb0eaff0129025 0.15 MB 315 31
329,819 329,819 00000000000000001093cafd4cd62f627788840ed32954e67ebde33656f80177 0.46 MB 806 24
329,818 329,818 0000000000000000056db8fd9335c66c975bacde0bc5d77b6dcedfd1cd6ec544 0.00 MB 1 0
329,817 329,817 000000000000000010bd9308a82afc03a732cf2584d2670ae19c75e43e370b49 0.67 MB 1,086 26
329,816 329,816 00000000000000001233ff020ffaca7c7ef0c4c49926f218444991d4d34a812b 0.06 MB 128 23
329,815 329,815 00000000000000001358ffc67ef73b473912d78c61acbc8cda1fc1072cf3c93b 0.43 MB 646 23
329,814 329,814 00000000000000000465bfc8158b991b3013e4a796a144f2c169e233841754a7 0.39 MB 815 29
329,813 329,813 000000000000000019cd637bb278f0eaf5f5f97a4c5d5cddc1adc5bc2b5d89de 0.48 MB 827 25
329,812 329,812 000000000000000007622cbf6eeeb31999b0ec271b46aad38786da198fbccb61 0.38 MB 703 27
329,811 329,811 0000000000000000181116fbab2fc750c1f430bebcd2e18019989b351b92c40b 0.40 MB 252 15
Previous 10 blocks ↓
Total Size: 769.23 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,634.75 GB sent, 94.07 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.