Memory Pool Memory Pool Refreshing

962 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 961 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (57,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,342 850,342 00000000000000000000c20fbfef5f9da64c33d9e6716840272ece66e33528a7 1.61 MB 6,862 8
850,341 850,341 0000000000000000000141ea9de071037aa482b89e833fbdec4b5125176a274f 1.64 MB 4,054 10
850,340 850,340 00000000000000000003485ff249e078e7f73d13d83c17cb3b4f581d38650ab7 1.61 MB 2,223 14
850,339 850,339 00000000000000000001ce8deb74b3c2102ab19bb201b9195d91a9d8facf07fa 1.61 MB 5,118 7
850,338 850,338 000000000000000000012d01b842c66761abfb13aa566839e1de6c08355806c1 1.55 MB 7,262 7
850,337 850,337 00000000000000000002ac64048b0272502b260b664b537229137124650924ea 1.60 MB 5,937 9
850,336 850,336 000000000000000000034eeb2a1a73fe04d0cb0c7fbd03aae985988c18209b53 1.61 MB 4,502 10
850,335 850,335 00000000000000000001c0deeb1422ee43fbdb27c53335d065384236041d1edc 1.64 MB 6,986 7
850,334 850,334 00000000000000000001010c4060e96bb1592fd1e3048893a946865feb946c9c 1.58 MB 6,031 8
850,333 850,333 0000000000000000000101d26c09047a6c783544a6b04c81a5b96b948de9f309 1.63 MB 6,683 7
850,332 850,332 000000000000000000033c9e03978bf3ea6f3e478c0265580a2c7347ee1b2d5c 1.51 MB 5,758 7
850,331 850,331 000000000000000000014243260dbb8df5cf68a64772fc85efe215915845c8ba 1.34 MB 3,799 7
850,330 850,330 00000000000000000002c98a08af4cedaa31821d0ddb86737f4b2b1b6922951c 1.63 MB 5,204 8
850,329 850,329 00000000000000000001639aaa4ee920ef21094e57e931dca2dcdf5a8f9fffaa 1.58 MB 3,712 13
850,328 850,328 00000000000000000002fcc4eaf2a5d799e8d10d323819a639757bc74789779e 1.53 MB 6,778 7
850,327 850,327 00000000000000000001e3a668478344c0b1d024f3bf4577897febeca5f26c89 1.74 MB 5,322 9
850,326 850,326 00000000000000000002a00ce3207047b7709fc1c6a939551c47aae3a357d64a 1.67 MB 4,723 8
850,325 850,325 0000000000000000000210ca23e866c68a87da7cfad2494b9b4bb4d6d9e3c673 1.82 MB 809 8
850,324 850,324 00000000000000000003233011caf7b60025e8318633270afee8880e8973773b 1.77 MB 1,294 8
850,323 850,323 00000000000000000000b6ca64150292e990bf3afeea87828bc939c9dcf43257 1.78 MB 1,448 7
850,322 850,322 000000000000000000029c86eb430f15376fe60725e3046a5af0f10299e5528a 1.52 MB 1,901 13
Previous 10 blocks ↓
Total Size: 769.11 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,629.35 GB sent, 93.42 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.