Memory Pool Memory Pool Refreshing

2,201 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,739 (45,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
862,314 862,314 000000000000000000003d33e27204fba625173d4c948e069bf10a49335fa9de 1.05 MB 330 5
862,313 862,313 00000000000000000000544e8fcbb15386fc30107514588245a421a4f703d351 1.61 MB 2,515 3
862,312 862,312 000000000000000000021e00bd45f9190cb94c1e3a578fc4ff360bbc0684614c 1.62 MB 2,833 5
862,311 862,311 000000000000000000001d8f72416662626e74e8df5ffa5e18d1adc0bc3788bd 1.64 MB 2,669 5
862,310 862,310 000000000000000000021944b0c3ba08cefa3e210cf9c8d2bfde097ed45dd151 1.75 MB 2,934 3
862,309 862,309 000000000000000000005ed237935bf096cdc2f3da36279ecefb74a2fc121be4 1.44 MB 2,716 6
862,308 862,308 00000000000000000001b381cff596f153aa171bbf7fd3981452b78598b90d85 1.62 MB 6,439 2
862,307 862,307 0000000000000000000206c172350ca0e790f72fe71b8f6a50d5e8493d857e80 1.63 MB 4,645 3
862,306 862,306 00000000000000000000191b16a8ea8a58ee55a90e1db553131e97c804285c9c 1.69 MB 3,718 4
862,305 862,305 0000000000000000000242e81de05c6c1e25473371654b16d9b8f7bfe0156eba 1.59 MB 6,367 3
862,304 862,304 00000000000000000001ca4ded470ffaaf2926330f19ff787b200ca0cbb40dbe 1.62 MB 2,420 4
862,303 862,303 00000000000000000001ea48fed404a5427b6fb72778bc77038c48b804bd0fc9 1.55 MB 2,912 4
862,302 862,302 0000000000000000000034af0dea2831bbe7d448073c944593a2e70f9832da4a 1.42 MB 2,545 7
862,301 862,301 00000000000000000000bdf19b0945c4e9185bd765ef0dc55dbb8d8edcacb4fe 1.61 MB 6,798 2
862,300 862,300 0000000000000000000115b10a179c84323a3b77e0cedb35082a5b2a5e935dfe 1.64 MB 5,793 3
862,299 862,299 00000000000000000000c3b32f0e7ec17e2f957f7b111a64619f69b4980dc3cd 1.65 MB 7,963 1
862,298 862,298 00000000000000000002073d1981ea1da6113d53851f86ac3f4739af253c3926 1.66 MB 6,653 2
862,297 862,297 00000000000000000001f57f306bbb8836c0d1bc14318645589b794d18210ffd 1.78 MB 5,234 3
862,296 862,296 00000000000000000000d08b48d686cc211247e725e6bd60d94de58b24bfb562 1.72 MB 4,616 3
862,295 862,295 000000000000000000016254f8649ac7b0ec755f4073ae2e3d90445dbe431624 1.75 MB 3,333 5
862,294 862,294 000000000000000000028f45b85485a4eca5033283a2e0ddd0ebbea6f99d0910 1.59 MB 3,169 6
Previous 10 blocks ↓
Total Size: 769.06 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,627.82 GB sent, 93.17 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.