Memory Pool Memory Pool Refreshing

1,986 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 1,959 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (739,052 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,798 168,798 000000000000062d3edc9aecd13167543031d776a7e29c2f82ae245cfe61fe26 0.03 MB 74 727
168,797 168,797 0000000000000abc8d795d19f33158ad4abb739e200dcffd1f3e5d500476c195 0.04 MB 97 368
168,796 168,796 00000000000003f1b3fc0d9918d72c4ac151a8e64a37ea363b829f563a125cf2 0.04 MB 66 219
168,795 168,795 000000000000022680eee0638b92de24377833091507da1ae051f6258d1de0d7 0.03 MB 54 111
168,794 168,794 00000000000008ce3cccfac0c89bb4a4c9747ba369241abacc2404d4cf4a1b9f 0.01 MB 40 84
168,793 168,793 00000000000005aa82133b46bf1e0dda1c2c540cc13aac60836e815ff88bb26a 0.05 MB 140 102
168,792 168,792 0000000000000b35c36cf56dc586df8f3756a566c0258b5190534492adece9bb 0.01 MB 15 194
168,791 168,791 0000000000000153c61c55af56cb32117549c65b42fb5d14c077c73349329792 0.03 MB 78 120
168,790 168,790 000000000000090fa18cade2ad8e4722ea86176ecf75280351a9ae9ff3fa6ac5 0.02 MB 60 89
168,789 168,789 0000000000000242799e3be38cf3e489b594985d662560c3dd8b3cb940e401ea 0.02 MB 25 62
168,788 168,788 0000000000000a9e2caaf170eb869a5145a9d44548440f5ee832a16bd79482f1 0.00 MB 10 36
168,787 168,787 00000000000001e7aa14e2ec028c778dc80325c5545e78e5ffb47f85b3bb6b62 0.04 MB 94 4,570
168,786 168,786 000000000000061608bbce01dbb41c0be4de0af567db881bd1c695f3aed6c536 0.01 MB 25 331
168,785 168,785 0000000000000895001132213522ec15a48e6c5e413fcc76e7b78d1e73d03839 0.01 MB 23 93
168,784 168,784 0000000000000c00dc0a2c37998e146a96584162529c1d41aaa893751b714bf7 0.01 MB 49 0
168,783 168,783 00000000000005bbb6cdae04f93b36ead4e96c52bf3911f0c9de58a2bb57b905 0.04 MB 90 131
168,782 168,782 000000000000087b26f25bcf8c9eb6080e4dadacf1ef895542db95205eb6b4d3 0.02 MB 55 90
168,781 168,781 0000000000000044827d5cfd9d4c9c9fb8f9bb9c912ef091ad564455d651c454 0.02 MB 56 70
168,780 168,780 00000000000005214fcd2529695573061c2b0c40cb59b00c6b5fc70cd81220e9 0.04 MB 129 0
168,779 168,779 00000000000003f2a9fe937d84de61d353bc5d8f39669a6c6b50d9fd981c1a3d 0.03 MB 25 9
168,778 168,778 0000000000000a813dca9821712349b903780d413ac10f7ec0374926c31b71cc 0.04 MB 98 129
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.