Memory Pool Memory Pool Refreshing

9,870 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,412 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (586,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,993 320,993 000000000000000006db74ec347d279e2162a3ef15faba2ed0ee528f32857b66 0.50 MB 785 25
320,992 320,992 000000000000000000c1a673f8e71cc4fab4621b03af672855f1d667fb5744ac 0.03 MB 55 7
320,991 320,991 0000000000000000042aadcf2c17cf418b5aa121766fd74b5d2fc721b8560f0a 0.11 MB 208 30
320,990 320,990 00000000000000001008699bf434622105d47051e943540d58c914a1929689d5 0.10 MB 153 17
320,989 320,989 000000000000000010f9fabacf7ceef0e2a65d90a39dc2820398ce03c26fc14d 0.20 MB 440 30
320,988 320,988 00000000000000000c54f7a78d4e33e4b2cb8c3bdfc17e159951e8a8c9a604f2 0.10 MB 152 24
320,987 320,987 0000000000000000240d5fc2bbbcd50f7fd71c50aa3e4054c13edbb98b6d6341 0.67 MB 806 18
320,986 320,986 00000000000000001ebc1336a6e09b0654f782e81bb84c83add2b3cc28dcf77a 0.35 MB 667 29
320,985 320,985 00000000000000000b22734ffa18d9b84480705a0a280f241b270f22b19c7814 0.35 MB 799 39
320,984 320,984 00000000000000000d059c4558b173e22b260ebfc8b5e7455153c0c06dac636c 0.50 MB 804 24
320,983 320,983 0000000000000000215a53e04572ba849d40ed4e4cb943f91a45ef8d81dd2603 0.35 MB 433 22
320,982 320,982 00000000000000000e124e3f96aea49f43fdfc652906b6e33a38b63cc8bb3163 0.50 MB 1,131 45
320,981 320,981 0000000000000000110561353c0b4e855ac0c399b442a965ab54e61e924a6690 0.18 MB 288 25
320,980 320,980 0000000000000000236f9ae1a0fcdde0885a0ac56174d076f85b5591f5c29dc3 0.70 MB 432 13
320,979 320,979 000000000000000011c69b9fb40640b1b4ce58d0e85d5c2f9e3c9d11e84e8ac2 0.75 MB 1,388 25
320,978 320,978 000000000000000016c9eb0fa130fc7c4a9c6628818a5bb689c51510edb26764 0.35 MB 1,169 51
320,977 320,977 00000000000000001b56e0660e71c96163e153f87ce417602eea344820b2856d 0.26 MB 398 21
320,976 320,976 00000000000000000bfabcb8d3193b49bd41b32deb8a4e035a8ec8907b739a6c 0.10 MB 62 21
320,975 320,975 0000000000000000222886692dee2fb0daa88d51bd11d361330f2b874ba78a24 0.35 MB 511 23
320,974 320,974 00000000000000000292247dd947d4861c3d9d0d1375fafa59fdd0245b1c85f3 0.33 MB 473 22
320,973 320,973 000000000000000010b1b3d3556c24fa84be21307101c6387d85c98ad84b3db9 0.08 MB 121 21
Previous 10 blocks ↓
Total Size: 769.01 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,621.42 GB sent, 92.91 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.