Memory Pool Memory Pool Refreshing

8,366 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (627,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
280,651 280,651 0000000000000001b4dfb4d07462b0bbf58dbd37bdb9526805161d34a586fb1a 0.35 MB 596 18
280,650 280,650 0000000000000001e5b7eadd2b0baddf3a3523e1c9d339be0932aaeada4b274e 0.50 MB 1,501 91
280,649 280,649 0000000000000000eb6f8b2b22cfce3a619235f76011bfc333c034af45421af8 0.34 MB 629 44
280,648 280,648 000000000000000194882e65b545955f73b277fb840d9b5b2ec90cb66770c713 0.00 MB 1 0
280,647 280,647 0000000000000000b8a1df05017cc22e7e31edebf94d8a01bdafbbec529f1851 0.50 MB 1,029 45
280,646 280,646 000000000000000027c51df63579d589b505e62a6b605f96375dd9dfc554506e 0.50 MB 1,304 116
280,645 280,645 0000000000000001d0244c22f157e9e5a88ebc7b8e61c3f885fa348d7b03ed51 0.28 MB 573 37
280,644 280,644 0000000000000001231930f832e84ed20b22a4a02c984aec44e108b3fb25ef27 0.20 MB 395 88
280,643 280,643 00000000000000020a11c0356e98f8a1b370f8412769893befd8bbdf886c5fc0 0.25 MB 427 24
280,642 280,642 000000000000000080f9391837e1cf4efb41981b163a63b87255b7f91528d713 0.03 MB 97 124
280,641 280,641 00000000000000001478b5ef577c442004d5066caf78c1b4fe361406ccb8697c 0.25 MB 536 28
280,640 280,640 00000000000000000fcea0d175785506f4681dc94d1fcf50deeda8082caf1543 0.03 MB 81 1,111
280,639 280,639 0000000000000000db458d95a3967f18a1bd45838a6e691eec157244802b0be3 0.25 MB 676 106
280,638 280,638 000000000000000174b32d089050cb523cc615592c3e3b9e97307fcaa4e61bba 0.03 MB 59 39
280,637 280,637 0000000000000000bf7dfaed0b5b922bdc8b74ac73f9618990540b9b711e223e 0.02 MB 51 26
280,636 280,636 0000000000000000af318e82b1a8de1fe5bdb4b384ae304a652f9ba175502cf0 0.08 MB 155 288
280,635 280,635 000000000000000125f409c83c88d31dfad61437c8c1ce4999ade6fbedc46462 0.24 MB 579 56
280,634 280,634 0000000000000001420d6fcd2fb0b13dfbceb197baaf8d0547b3f35f2903b9cc 0.42 MB 767 28
280,633 280,633 00000000000000003422426ac4883db483ff7ac3eeff0d13ba7303cbb51a990f 0.25 MB 636 56
280,632 280,632 0000000000000001428f84cfc47fd0f9b684e5ac23d0526ccda02e824a29f4aa 0.03 MB 113 242
280,631 280,631 00000000000000009fe85d70700f58a0a44904979b40eb4b05f15ce2c8c03c3e 0.03 MB 88 71
Previous 10 blocks ↓
Total Size: 769.04 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,626.88 GB sent, 93.09 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.