Memory Pool Memory Pool Refreshing

1,483 transactions
22.95 vMB
Show Random Selection Loading Transactions
Max Size: 93/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,315 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,253 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (812,329 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,985 95,985 0000000000034d4e462bebe0e2a360a0f2059ca8224bbb1481b6c229f878c3ff 0.00 MB 1 0
95,984 95,984 00000000000318dc8ce114f262cb47b48d7084bc54a3d58803519b475ca364d2 0.00 MB 1 0
95,983 95,983 0000000000069412802a62a2c85ebc61f2457814cc7aa9cdd1d7e39646625166 0.00 MB 1 0
95,982 95,982 00000000000459c0036286777a516eafdd6b0b3b68dec1a23449236caaabf9e2 0.00 MB 1 0
95,981 95,981 000000000003976059b2221592a15d383ca406020cf85fda8914f7197da685f3 0.00 MB 2 0
95,980 95,980 000000000000e0856cf9f34472de7b99617462bba2dd39d63835d0c131440798 0.00 MB 3 0
95,979 95,979 00000000000199f6bea123a93416d3ac1f62c0e0b05839ac6ba3669389f1718c 0.00 MB 6 0
95,978 95,978 0000000000069d4cee2aa057e4f398fa8e9e1dfffcb4f4a508cdd2c3114c6257 0.00 MB 5 0
95,977 95,977 0000000000021e0e5a3baae8c5f4caa30a41f5ca296bb91fd01cfec4d497d5cd 0.00 MB 1 0
95,976 95,976 000000000001f92406f5387510524d3541e502b2bc27144c940ca59a756bb285 0.00 MB 1 0
95,975 95,975 00000000000238ce69426fabf657ee54b9f344496bc906a3774d06cbf1d84c21 0.00 MB 2 0
95,974 95,974 000000000004f9049e5117e250a1f543ed9889f319151a60e6fdf3502b7accee 0.00 MB 2 0
95,973 95,973 0000000000043fab638af8b92c13370f0f373fdc8557ff8b3062fef78c9348c6 0.00 MB 2 0
95,972 95,972 0000000000043b4c738694a05dd3914039ee44bc4b66ebaf90e701a0058ee0eb 0.00 MB 1 0
95,971 95,971 00000000000171723a615b36650da6385e8dd3b8e6c0e75750f68056d2ea36f3 0.00 MB 1 0
95,970 95,970 00000000000749b0101445314d57fae74e84c7eed3b0ddeb2abb0597278350ab 0.00 MB 1 0
95,969 95,969 00000000000485ed83e3d2c37203e2c2cefc52f3b2af76ac749898448ceb5f5c 0.00 MB 1 0
95,968 95,968 000000000003789ef65cd0fa769f30236422b2041d2f0d027084bc12259fe404 0.00 MB 1 0
95,967 95,967 000000000005ae2cce7493a009537b10f6b4844be7def68a8f8fdd702d8e6246 0.00 MB 3 0
95,966 95,966 00000000000061ce826ef7a5804f7221b9ae3140323c27d4b61270d63e2848d3 0.00 MB 4 0
95,965 95,965 000000000007018313cbdfd2311b25db503aed80ec2888d650551b85ce7ce345 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,699.34 GB sent, 98.60 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.