Memory Pool Memory Pool Refreshing

2,641 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,093 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (794,746 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,023 113,023 0000000000001cd48f163d29167957dbcd4dfebab78ad2d6dce93ea517790ece 0.01 MB 39 0
113,022 113,022 0000000000004ffbd47f56a59eec65fabfd16646b1a3dfb8e959c5df9b884dc0 0.00 MB 8 0
113,021 113,021 00000000000083da1f01e7dd8eb97281bab00dbb2f4320b78cd687789454aea9 0.01 MB 16 568
113,020 113,020 00000000000040404583c5f9e6c4237e95a0b613865d08ed819334dc1a0d8708 0.01 MB 25 433
113,019 113,019 0000000000003d22c7688cc2c359a657c6553fe163d0bd2c451d946527253ba0 0.00 MB 9 372
113,018 113,018 0000000000005947bba3fb07095c32d04278ccf19ae53d21e3a94ebb28473739 0.01 MB 19 90
113,017 113,017 0000000000009031f2921e5ea23f56e771d1ab083892529b61748626b1b9f55d 0.00 MB 1 0
113,016 113,016 0000000000009782134d75cf0eb8ccd221db509e5768ba200e600c57e02390a1 0.00 MB 4 0
113,015 113,015 000000000000b1fdb511f8167d356abe686642b4b4319b27135ec6145c7714bc 0.00 MB 5 1,211
113,014 113,014 000000000000af8b5ae9f4bc893b703597d6f8d426e21036dead479e11b19765 0.00 MB 3 0
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
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.