Memory Pool Memory Pool Refreshing

16,192 transactions
14.99 vMB
Show Random Selection Loading Transactions
Max Size: 89/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
902,909 000000000000000000023a040000000000000000000000000000000000000000 1.00 vMB 1,560 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 902,908 (178,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
724,881 724,881 0000000000000000000321c00eaf4906e29bf6eb9a9b74cb4a7d554c40902ebe 0.87 MB 1,052 1
724,880 724,880 00000000000000000005bb714a80650f49ad68a7484d8a4980d1f7a58b44b7cc 1.38 MB 2,526 11
724,879 724,879 00000000000000000005fbaa3498b41333831e5e4d55d418088df84c5ae10124 0.10 MB 196 8
724,878 724,878 0000000000000000000489448a6c5ae2784de41daae4475ea710c6875beea194 0.57 MB 650 5
724,877 724,877 00000000000000000005e84d77064fd5c1da3f1ae40502584196c2eb7b825a2f 1.58 MB 2,257 7
724,876 724,876 000000000000000000032c66cb71b7b5e85ad565482bcf14454916b62d85f89a 1.32 MB 2,009 5
724,875 724,875 000000000000000000077ac50a914ba425c78ef35ea823c9bf544c932e22cd8a 1.47 MB 1,707 26
724,874 724,874 000000000000000000002dac77a28c568cdd4af3d1d67a675f891b51dab7d1f6 0.65 MB 1,055 3
724,873 724,873 000000000000000000019388c0ede4d672e3b8cc7123db48f9f19d7766d166d7 1.42 MB 2,302 9
724,872 724,872 0000000000000000000944f4d02531c2a386435483c53ec556c2e36e8f90667f 0.77 MB 1,435 8
724,871 724,871 00000000000000000001d97b4f3224e561fa9395874f7f9e4622393aae55739b 0.93 MB 891 6
724,870 724,870 0000000000000000000042ca50c2c4febcef70ab937e7e4d616d86be725fcf24 1.71 MB 1,605 103
724,869 724,869 000000000000000000091e080c5178d212f797e0942bff963e970fd3260bd4f9 1.68 MB 1,199 59
724,868 724,868 00000000000000000001cef82f6a289f2fd20c5e1589e9134eeb1c3163f256b4 1.23 MB 1,172 16
724,867 724,867 00000000000000000005fcceb744ad83794cd706e296105d25edfd166ad8fe3b 1.06 MB 1,802 8
724,866 724,866 00000000000000000001d3ebfe6b6255d05f19a141161db01c3d3e93d172cafc 0.11 MB 261 7
724,865 724,865 000000000000000000096e8efb11d786c98ceab244c4b3b4826977670e687d38 1.06 MB 2,261 8
724,864 724,864 0000000000000000000957851a441d2047f99f3ff70a8284532ae7bd2d8ed32e 1.54 MB 2,407 6
724,863 724,863 00000000000000000006c2d5e440fd30dae19e776ca3af9cf9ba1ffd1ad133ec 1.62 MB 3,095 10
724,862 724,862 0000000000000000000521a9c16fdebace08f612340e64a5596ad83a080763c4 0.21 MB 309 3
724,861 724,861 0000000000000000000252a790066344e896652d4ec159e46b65ac0bf280f842 1.65 MB 2,225 4
Previous 10 blocks ↓
Total Size: 760.74 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: 907.83 GB sent, 50.28 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.