Memory Pool Memory Pool Refreshing

1,293 transactions
25.27 vMB
Show Random Selection Loading Transactions
Max Size: 102/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,311 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,039 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (811,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,794 96,794 000000000002cf37d10e76984d638939c212287e942afcee648041917efe5eb8 0.00 MB 1 0
96,793 96,793 0000000000053ee5538f717dc7ab8477ca4eba8965ec592b718f6c9ec8af2bbf 0.00 MB 1 0
96,792 96,792 00000000000406078424008ba2b8d7a7e52711f2b29fcb8e623a2274ff52b683 0.00 MB 1 0
96,791 96,791 00000000000309092854cbb86e3e207ea438263112050fbee143d87b70ef447d 0.00 MB 1 0
96,790 96,790 0000000000033729d5428c9eabae9f70f83cc9911069c1ee9dc88d482bdd65e9 0.00 MB 6 0
96,789 96,789 00000000000160ffde671b4bde406dcb2bbd2b67c6c0afacfa09cdc831c308a3 0.00 MB 1 0
96,788 96,788 0000000000012bb6da22db74b9ab79e9d19d04c0a4e829918f2da25068e59990 0.00 MB 1 0
96,787 96,787 000000000004f5015e28d9d5b33faeb573cde26c3e73ed5b7e243a80a7b3d0cd 0.00 MB 1 0
96,786 96,786 0000000000030af035ee649b3db020ca582f488d90781470bb1698a87c463302 0.00 MB 1 0
96,785 96,785 0000000000011fc4bf9271385b41961ed122cdcd762089ca414046c700d8ec93 0.00 MB 4 0
96,784 96,784 000000000002325538cbf8b5a0863a7ac0963bcfb78b7e7312cedd292ecbf458 0.00 MB 4 1,353
96,783 96,783 000000000004c9aae5a726cc03cf45ffc8dd1505837f0a19f194ac48374e3830 0.00 MB 1 0
96,782 96,782 0000000000031b5d39287b374b89da97f940e2f314c21030b2ee457f35ad9afc 0.00 MB 2 3,861
96,781 96,781 00000000000166a1b8e6e28834797a7e545979174e54a6e4f60d75b9400ec732 0.00 MB 1 0
96,780 96,780 00000000000005e9045b469ea081e9e08a4796af5223b0c15239d139f0dcb793 0.00 MB 1 0
96,779 96,779 00000000000055cca0c1209b57784b51ba94b95f1459320e29b46528bbbdf94b 0.00 MB 3 0
96,778 96,778 000000000004ce7f607bd273074ffc142de7bbaac56105116ab65a828e9635ab 0.00 MB 3 0
96,777 96,777 0000000000046b2a84816e0c94c63ea689a6b5d1e8b7d16c5e09a2d1731a4391 0.00 MB 4 0
96,776 96,776 0000000000000ea594f62eefb3ae00c0a268957757bc199cb6cc3ff16294b5a7 0.00 MB 5 0
96,775 96,775 000000000002ea8523198f932fc9c707ca25b24d9a2135555052ca763ba7ee72 0.00 MB 2 0
96,774 96,774 000000000003fcf9cc188c47e44c187a450617d5e361c1db649198f846a55bb9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.14 GB sent, 98.59 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.