Memory Pool Memory Pool Refreshing

11,110 transactions
4.29 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,656 (794,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,013 113,013 00000000000007b301ce50d96223a9baa11d0d8cc2ebbfc9407cbb0174052cfa 0.00 MB 11 1,173
113,012 113,012 000000000000bca2801857fdc7c38b9300feb94160a013dee95b4a2e2298d0df 0.01 MB 23 0
113,011 113,011 000000000000091d6e6668ed1010773c8f3452fdabd36e9b3bb35c3c488a7560 0.01 MB 27 576
113,010 113,010 000000000000b397a5edaf234b7eeb03768be0b3ffef5796cf03b1745383204b 0.00 MB 5 316
113,009 113,009 00000000000016109c9e750a39c01ef04723cfac86060e8999355347130b9313 0.00 MB 4 0
113,008 113,008 0000000000006cffc83598da262da4faa1a746b40d4d2fca7e774f5288664805 0.02 MB 71 128
113,007 113,007 0000000000006f5f464cdfa2c83d9bb9f652bef0889ec5dc8dbb2bd8d1834c61 0.00 MB 10 333
113,006 113,006 0000000000006bfa3b19ac3ba11047996d3f5759bc46a0a5c49a75f179a0547f 0.01 MB 46 440
113,005 113,005 000000000000b6489147b61e4cc1231b95ea9a6cd4534675045e6b8852bfde6b 0.00 MB 2 0
113,004 113,004 000000000000bb8c43e886d15d44c368b2e3cc1b4cd7bb7e16fd961025d8ce83 0.00 MB 7 0
113,003 113,003 0000000000002461b551ef44bceedca69afbc76fbac1b63c5fee573ef78c794b 0.00 MB 9 357
113,002 113,002 0000000000006519bb5e030ca232ff3695ade7615e51afc0f641f87667c90bf9 0.00 MB 7 0
113,001 113,001 000000000000182ebfbfd8ba68597ddeecb158b443dd71b488f6e37086e9dd9e 0.00 MB 13 477
113,000 113,000 00000000000032775da8b166cac99dba6685a5b582216bd94da0a820c07aa3a4 0.00 MB 6 0
112,999 112,999 000000000000a7e655a97ecd949cb97f158d24eb019dcd50bfd608ebc4986721 0.00 MB 9 607
112,998 112,998 000000000000839850c5775bf570d7871c3c16a93d063cfec74738826ebe8d56 0.01 MB 42 77
112,997 112,997 000000000000d652505afdffd462b3e8924f0bff9e60b204dd249309b4bdd91c 0.00 MB 9 481
112,996 112,996 00000000000073545160c1da33fcab11f8b0b1e748b0d8081c15954babaade5d 0.00 MB 10 0
112,995 112,995 000000000000d9822972fda53c74679b7d7d761f347034e54363ee9ccc114993 0.00 MB 4 1,481
112,994 112,994 0000000000000f794e05f79024202cad257eec08af05e8c9726dc34c2f12afc9 0.00 MB 13 271
112,993 112,993 000000000000c685eba0515ddbff21d531d951c9ddf18328fcc1be17a7578e18 0.00 MB 10 639
Previous 10 blocks ↓
Total Size: 768.90 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,601.19 GB sent, 92.29 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.