Memory Pool Memory Pool Refreshing

444 transactions
0.11 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,912 00000000000000000002349e0000000000000000000000000000000000000000 0.11 vMB 430 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,911 (378,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
529,343 529,343 000000000000000000099ae4615fd9cb088a909fef20f7f9cf7bf782995b4985 1.06 MB 599 7
529,342 529,342 000000000000000000277655d8802435e8673a0ca8c2e3b22b9905a61e39a803 1.17 MB 2,217 31
529,341 529,341 0000000000000000001aa34222faf32976640c7232ed8bd204889d6269d2ae20 1.09 MB 1,437 20
529,340 529,340 000000000000000000266aed306864482cd30d09220972817c2abbc8530d071f 1.08 MB 1,224 17
529,339 529,339 0000000000000000001c200cef2e26cb3b8faf98dd2cf88ceec59dd68b47e6f8 0.91 MB 1,841 41
529,338 529,338 0000000000000000001ad4a57172376e13cfaf01d3452b5aa979da1853d98bcb 1.11 MB 964 18
529,337 529,337 0000000000000000001acbaa8b276e9b1dd0ce6ce43e85e3067f5b87aee0bad2 1.28 MB 1,050 7
529,336 529,336 000000000000000000083f850b03535965300e3a4c782a5d2baed50f64487c9b 1.00 MB 1,412 15
529,335 529,335 00000000000000000036ec275a1bc1710a35d11de0a37cb08b2400362af6cd38 1.38 MB 529 8
529,334 529,334 00000000000000000009cf4af2750f505eb744c11b8ab42f0d328ad38fb6590c 1.22 MB 1,894 16
529,333 529,333 0000000000000000001252538625157c43e2eccdde076db61ce14fdfadf237b2 1.09 MB 2,138 45
529,332 529,332 000000000000000000132a9d03d9299155bc72e4d84ff8833b17f3b1c55b3b8c 1.13 MB 2,636 35
529,331 529,331 00000000000000000036684c6e7e93149af99f3f1ac2c33230543e75e5da937d 1.17 MB 2,834 7
529,330 529,330 0000000000000000000428cb8d96e1f1c7062a153da041e3f45248bb718c3f63 0.83 MB 1,782 79
529,329 529,329 0000000000000000001105239e059806106871591b00a6e1ab8cf4de7c60c0c6 1.17 MB 2,248 35
529,328 529,328 00000000000000000027a735a2cec8bfd2faf84f45e90eff197ace1ce464c550 1.09 MB 1,697 23
529,327 529,327 0000000000000000000b53af912d44c00d74588f8e7d58a53d440663e9f1a8ce 1.07 MB 1,530 24
529,326 529,326 0000000000000000001f063198b063acb11cb3c4020b3264fd90518e7c3099eb 1.05 MB 1,142 45
529,325 529,325 000000000000000000346b454b6930160173cf904c476dafc31ab2a62b50a56a 1.00 MB 631 60
529,324 529,324 0000000000000000002cbd82ce216b16e986d3a7b7ca7fa3118217e4258ca82f 1.09 MB 1,014 23
529,323 529,323 00000000000000000008d00ace8ea2cf2705524ec405b5ba6965c3c22363a4a3 1.07 MB 986 11
Previous 10 blocks ↓
Total Size: 769.37 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,644.00 GB sent, 94.82 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.