Memory Pool Memory Pool Refreshing

4,405 transactions
1.69 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,107 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,092 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,106 (431,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
476,843 476,843 000000000000000000971fccc112b9e2de117db785eadec4c889359d105350fc 1.00 MB 1,776 176
476,842 476,842 000000000000000001181b52eaaa8f33aa8de7f151045f7601301a61d982b56e 1.00 MB 1,608 165
476,841 476,841 0000000000000000007fa5c4741843b3a3a5e12399c89fc6129e0e283e2021d7 1.00 MB 2,016 187
476,840 476,840 0000000000000000008344c0b018e15f2a0f003c726ae7b2907f50492ea37c41 1.00 MB 1,591 141
476,839 476,839 000000000000000000a78dbeb7c7fcd8d4ca7b52ddc86570ab5769adc32eee40 1.00 MB 1,722 69
476,838 476,838 000000000000000000fd54cd30cbbd39d05380b500378b8e176ee3e6cdbbf8bc 1.00 MB 1,420 93
476,837 476,837 000000000000000000853b41f0a27936eebdb28165c770f01e79b219f9c7a7aa 1.00 MB 1,252 108
476,836 476,836 0000000000000000010cf1ac65a1868eb117f0b757314444c553356274909533 1.00 MB 1,532 75
476,835 476,835 000000000000000000b62b53ad5841c1d5911875ab14a696a583bc13c2573bdd 0.43 MB 744 204
476,834 476,834 000000000000000000b221091d38136f0c359b40827a9fa2423cd5659edf1e04 1.00 MB 1,134 103
476,833 476,833 0000000000000000009339338f8842cdbac5c9c82bffed26a0291f7f1a79a7d9 1.00 MB 835 171
476,832 476,832 0000000000000000006f4997eff73b3a5a5a61b607fe784eb08c488d5b3ed3bc 1.00 MB 1,122 123
476,831 476,831 000000000000000000a7a5a01cc7007eb702f13aa4220793a0bb1bcbc2adf268 1.00 MB 558 78
476,830 476,830 000000000000000000bb4d24caa2d5f392461f966f8a6f950e75ed677b14b15a 1.00 MB 779 61
476,829 476,829 0000000000000000007d08116915a3f6d1f7b78ee2ef3d0511d16f180e5683b6 1.00 MB 1,886 145
476,828 476,828 00000000000000000061aec48591279687a9604729415929b4bc43cd5f41bd58 1.00 MB 1,871 178
476,827 476,827 000000000000000001023bd570b6ebd7e91864b833814ba8922cbe95bbf339b4 1.00 MB 146 56
476,826 476,826 000000000000000000e39b721bca8a61ede653b2e89494a48c56d0d86cfc62ae 1.00 MB 1,857 139
476,825 476,825 000000000000000000e46fbd94a2f6caf66575a5f0601b98fa301ccd0d8e1a35 0.00 MB 1 0
476,824 476,824 000000000000000000fb8105f5056cc6b3f9df760bba725dcfc47c62f99efc2c 0.99 MB 1,975 188
476,823 476,823 000000000000000000b5693a5ceab74f4f6745d81725507756732e924abfedb0 1.00 MB 579 68
Previous 10 blocks ↓
Total Size: 769.74 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,679.31 GB sent, 96.61 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.