Memory Pool Memory Pool Refreshing

4,926 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,829 (598,522 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,307 309,307 00000000000000001826f481f081fe6bf1a366fb6cd98d6ab825a6276ce2faf4 0.19 MB 334 26
309,306 309,306 0000000000000000033679fa97a96cf797932f1a77942db73a2fc6ba2b006be2 0.15 MB 216 26
309,305 309,305 000000000000000009dcf9516c94c6f6bdca99b83fc08c55a7c061941413d2f6 0.35 MB 587 29
309,304 309,304 00000000000000003554c59bc242c13eb484d2f0713426867db3fddc1574c208 0.09 MB 221 31
309,303 309,303 000000000000000023922029fb866ffcc36e38e250657b04f4c22a5b561395c3 0.52 MB 932 29
309,302 309,302 0000000000000000251b74411575b929ff0b69f898744343f504720bfab24bc1 0.17 MB 374 43
309,301 309,301 00000000000000001a3919bcd0f118e6d7a107b634588e1eccc233c35bb0bbf3 0.26 MB 505 37
309,300 309,300 000000000000000040cda9e9408bcaa5640f227a94955522748da18f80b14535 0.43 MB 689 28
309,299 309,299 0000000000000000006b06817e1bcd514e1eb2873a845306d21a94b62c26381d 0.02 MB 33 14
309,298 309,298 000000000000000002d768056a34d24f5e45aa3f83131291d575402a6e639ef8 0.43 MB 683 26
309,297 309,297 000000000000000024fb272deb0deba3c3d11a480f7793c371285f9f85119f08 0.61 MB 400 17
309,296 309,296 00000000000000003117438c619ca7f70e24af54d5aad7147b36abfc91c2e82a 0.26 MB 518 31
309,295 309,295 00000000000000000fe5b1f7fb2d03c71df42abeb6cfd717e7f529c726f5ec36 0.15 MB 221 26
309,294 309,294 00000000000000002528d4331ed77647d2f28dcaf08b2e83d85a6dece229a9ff 0.05 MB 98 31
309,293 309,293 000000000000000015f6ee416adb92dfcb7d6ef1921923cb3c3ee4543928bf31 0.04 MB 66 26
309,292 309,292 00000000000000000750ae10a71811e62a62a9cdab818de6623ef70ed7f590da 0.03 MB 71 33
309,291 309,291 00000000000000002ba7be1ca3794945ee1810eea446150cde161397e94cb3a4 0.04 MB 98 32
309,290 309,290 00000000000000001b25a56f0786467fabcbcd4528a244fb205910b2d389ce5e 0.22 MB 459 33
309,289 309,289 00000000000000001fec7fcfc894ac77e3de4fd4e69620a6eadbfca10f3934e9 0.01 MB 10 12
309,288 309,288 00000000000000002610b6d4ad052e793c0bbc15c766a08025e7d51a860eb122 0.02 MB 51 30
309,287 309,287 00000000000000004029e62be6304912166656fe35f12af2dc0f0ec9b877d225 0.01 MB 32 39
Previous 10 blocks ↓
Total Size: 769.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,634.64 GB sent, 94.04 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.