Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (597,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
309,921 309,921 00000000000000002bfa58d0e1924c0c83911ce6df565dc9b5dc630de4631164 0.15 MB 271 30
309,920 309,920 0000000000000000327115502bb788280b055825f5658e80e3ee6d21a9dba08e 0.19 MB 344 27
309,919 309,919 00000000000000002ffb4ad1b20b831a77d42f14dca132d2befe34566c38ff29 0.56 MB 985 30
309,918 309,918 00000000000000003f3bf6934a5a2c9f3b9c0856fb592043fb6e5bc171a05e18 0.06 MB 70 12
309,917 309,917 00000000000000002ecb0542f3aeb36c40d50516778929b4e672e84c05c6dd4c 0.52 MB 838 27
309,916 309,916 00000000000000001154b2acc193e88feb6f128bdd2da8634b2298a976cbe638 0.22 MB 293 23
309,915 309,915 000000000000000016c973c2e126f6cf7124f0befdf6d348f5751a25f826c749 0.32 MB 484 25
309,914 309,914 00000000000000004010a83e00e5393ac70b711c5abf862a07f401936bffc4ac 0.75 MB 1,137 28
309,913 309,913 00000000000000001102a513fe44e29dc3c4f181b946d18ab03b5de4208862d3 0.09 MB 143 12
309,912 309,912 00000000000000000fa16b8d8f6258d5a5febb47b0c6ada145b280b9a2612032 0.11 MB 57 9
309,911 309,911 000000000000000029bd07bbefb78ecb699e7df66c584e9ed62ed3088c8fa7ac 0.49 MB 906 29
309,910 309,910 00000000000000002187d69de8d69b64eb2050ee10f13ef4789df755ba02d368 0.36 MB 593 29
309,909 309,909 000000000000000030f968e6ad1b638cebdd5500955ac2a4d72f141c1a13c0c9 0.19 MB 198 20
309,908 309,908 000000000000000006ebe169a4213f57ac9fb5e26d106880fcb24709bcc8855f 0.09 MB 207 34
309,907 309,907 000000000000000038a47163a8162f2dfc6dd95fa310df78b592108e8efbabde 0.14 MB 251 24
309,906 309,906 00000000000000002c5d4bacd367dd50f61261be0a80ca8e08e5c439e4b4a10f 0.69 MB 1,271 32
309,905 309,905 000000000000000006c1c0faadbcc5f1ce588e62f7a1cc7250bb8a64ca6d9437 0.16 MB 270 23
309,904 309,904 000000000000000039878bfea11aaea74a60b3b4e07a4b49c27952207669fa6c 0.07 MB 45 10
309,903 309,903 0000000000000000080990e0df7905e0840db31e8277e29e0541462612491cdf 0.17 MB 315 26
309,902 309,902 000000000000000009f5d283dc7cab867c4cacc727d9c8df99d2f04c5c7927e8 0.11 MB 241 36
309,901 309,901 000000000000000017a33fd820671de45cadb0d4492bd8d63170cb7f7318a835 0.20 MB 310 23
Previous 10 blocks ↓
Total Size: 769.01 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,617.24 GB sent, 92.87 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.