Memory Pool Memory Pool Refreshing

17,584 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,767 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (584,735 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
322,984 322,984 000000000000000016508900d89d6c0ebd440fc9b9ec7c187b83c12a5fcd0ca5 0.75 MB 1,321 27
322,983 322,983 00000000000000001da4a5756ce147eaf711ee78fa6580cb718422007267bc94 0.06 MB 128 97
322,982 322,982 000000000000000014ea46d19a35ae8a6d6831b06f6f18937ca8efa082d5ca3c 0.08 MB 159 29
322,981 322,981 00000000000000001819e32ffe1f8d26b51b25852b1e95c5b4e39b8ec03762f5 0.27 MB 622 34
322,980 322,980 0000000000000000140c07ee343df53ab236c7a8da9874ddc1a1ba01a76fca42 0.21 MB 383 29
322,979 322,979 00000000000000000da070993858e9639497b3f5a17120f7def903d7add3b539 0.41 MB 690 31
322,978 322,978 00000000000000000529f2342d0ee415ef6d1afb8427de0d75d9d41278d72ef4 0.06 MB 118 24
322,977 322,977 00000000000000001f6990032ddf0b408ae9fa3440fa16a5cf0a1fedd97a184e 0.41 MB 696 26
322,976 322,976 0000000000000000051ff00556ad6a7eddd15a9095230faf14c39b12d0f3f90d 0.43 MB 825 32
322,975 322,975 00000000000000000ae3ba01f7e2e0df9f033d783909c319d3900e71a6867bc9 0.16 MB 237 23
322,974 322,974 0000000000000000120bb8d2175a7db05e113e552bc848f1711a7d33302895d7 0.06 MB 43 15
322,973 322,973 00000000000000000a2e974107d8abc6517108db08bf63cb6bbcc5ed383ff0de 0.02 MB 39 8
322,972 322,972 00000000000000000f4f73442d2af3d1f0b12e9cb3af9bbc84d3efed3a96bda6 0.69 MB 1,368 32
322,971 322,971 000000000000000011f559ae6ec48951678476e643cc990dd7d622ce7a902bc6 0.44 MB 738 31
322,970 322,970 000000000000000000755392d7713f77f51e7ad7dac23ab189df3276566fe3c9 0.05 MB 103 10
322,969 322,969 000000000000000007061c33c2c100ee6621896276aeb839bf60e6de3161d4fd 0.09 MB 156 15
322,968 322,968 00000000000000001afc9aa2a1a14291106323c8f40a010ba63bc06246b5a564 0.24 MB 103 14
322,967 322,967 0000000000000000001c38a00d5e2ec3e76f2d4338251617a11990d564c92206 0.75 MB 1,407 28
322,966 322,966 000000000000000005d16146cedf548298e7be1613338b913efcff3962b736d2 0.23 MB 437 28
322,965 322,965 0000000000000000197aaeea96e7bde7e7dcb108f300e195405482ec0895b84e 0.26 MB 462 27
322,964 322,964 000000000000000001ec2dedb68b3a0625e2c08e5765422e081c59b35d3bbe94 0.22 MB 364 22
Previous 10 blocks ↓
Total Size: 769.02 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,624.22 GB sent, 92.99 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.