Memory Pool Memory Pool Refreshing

1,866 transactions
3.66 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 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
908,186 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,787 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,185 (812,207 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
95,964 95,964 000000000001ba599ae17d869388530b118dcc71fc50db6b7f51296cd8ea6216 0.00 MB 1 0
95,963 95,963 00000000000131339d60806433fe6b39a89648c94b2f5ab7fa96adbdb482e19e 0.00 MB 1 0
95,962 95,962 0000000000028ac2273eceded5c1c329bd53388dde1339b8b622c10c5d21e1e0 0.00 MB 5 0
95,961 95,961 000000000001ca2ee058b671b3e7c3fac5acc5ef12aee00d321d8d0ef95348dc 0.00 MB 4 0
95,960 95,960 000000000006ae1e1d6b672ef792bc351cf40243a24c512417d162d4f9ab904b 0.00 MB 1 0
95,959 95,959 000000000001197227708247d8df15f41bf473af2c3163ca77919ce63cbe7961 0.00 MB 3 0
95,958 95,958 000000000001260eabaa15957ac486c3614b9b9a43aedc65b38bfc0c1e375a7d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.92 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,681.73 GB sent, 97.35 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.