Memory Pool Memory Pool Refreshing

18,861 transactions
6.03 vMB
Show Random Selection Loading Transactions
Max Size: 36/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (701,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
206,644 206,644 0000000000000163a7567ce934d0d70bbc4ba17fcb98cc8492a2ce21793c12cf 0.08 MB 225 225
206,643 206,643 000000000000038416e67c80c42f7e17eb7311e3dcc24cbe17ed47afb75b8893 0.03 MB 72 132
206,642 206,642 00000000000000a29352371e00593734a155ae18ef41d45404ede661eaa9aafa 0.11 MB 184 116
206,641 206,641 00000000000003c3dd4cf6b7aca1228b4681dce850912da04a894e76b0610409 0.09 MB 256 231
206,640 206,640 00000000000004f07b56d654f9c9b6f5aaea00584c46612cb53fa25cbcc5f703 0.02 MB 40 113
206,639 206,639 00000000000004a05489af13f4200126df4bb257c4357a287b48ecdbd0df008b 0.03 MB 112 45
206,638 206,638 000000000000011dafa27173f15e53255340d0ad8612fd5b8c64c655cf796f57 0.08 MB 214 172
206,637 206,637 00000000000003535d3ab496299a288a877abb608395e166592bef2c1a2afcd1 0.12 MB 245 187
206,636 206,636 00000000000002864b0de208180c0f2f84d276e76712bbe089840ea3cf081304 0.00 MB 1 0
206,635 206,635 0000000000000332a66cb441d8d3b6bdeed19c45b32a95da4bfaf13405b97228 0.05 MB 125 58
206,634 206,634 000000000000026f8a4d25185471dda91ca2c00be0660751ef9c20565875ed22 0.08 MB 156 140
206,633 206,633 000000000000019979a02285138fd6788b1245c32b3f6c25160d87da823d9332 0.00 MB 8 14
206,632 206,632 00000000000000047c5d88a0c4c8f845d6b630132077547a29f9ec4072b38a9b 0.17 MB 425 241
206,631 206,631 00000000000004ee73213877cdce1c9d0970846ad0adcb95cb2d71d4f611fc1b 0.15 MB 240 123
206,630 206,630 000000000000038f6c30850ae2bcf9e84d76522f5c3dedca5f885cf9e18711fb 0.03 MB 87 89
206,629 206,629 00000000000001328403734d2eb232d807363ab1a5b2c2051926a53dadfab1ae 0.14 MB 363 211
206,628 206,628 000000000000022e5c934ee7fdb72225c06ed2bb4c921477ee9fe4a0601e0d19 0.00 MB 11 58
206,627 206,627 0000000000000340e55b370b5dad7f889d8bedb1180a69be5f3b0dedfc9671aa 0.04 MB 113 213
206,626 206,626 000000000000043fa333cc3078ce5fd97bce0fd43a78968c7a2c9763e1e856dd 0.02 MB 44 284
206,625 206,625 00000000000000981dbcd597c8e9b7ff9711a5cb34d465c484a0320d6c994df1 0.04 MB 103 239
206,624 206,624 000000000000012aa09d9f0c410fe5c80221a997c1cfc1cf675a09eeb111a1ef 0.03 MB 40 449
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.