Memory Pool Memory Pool Refreshing

8,809 transactions
2.84 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,158 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (832,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,188 76,188 0000000000093adbb6b878e9f7e4f32175c5cd2005ceb022bbe17dfc31acb3fd 0.00 MB 1 0
76,187 76,187 000000000032f3c693f850ce8a11dd5b70c9738931b9ade62c26945833e5037a 0.00 MB 2 0
76,186 76,186 0000000000667fe9b874ae8b995f1c694a555b5f241fde61b777d100d7175f10 0.00 MB 1 0
76,185 76,185 00000000006df52a9042abd87dc1705d82fba4b7c6d0d6a47784847502394a31 0.00 MB 3 0
76,184 76,184 00000000006ee31aaed818876225abb6fd7ef0a29bf0058f42157a1d0362bb24 0.00 MB 1 0
76,183 76,183 0000000000697f4e81c6670c5dd22423c8e12125e9f0f513679c975d3fe39a40 0.00 MB 5 0
76,182 76,182 0000000000067906762369636dcd1502f3ec47681d21152ffc81a422ddece6cb 0.00 MB 1 0
76,181 76,181 00000000006c786180987b7355509ccfce859b63d41477a4cfa46e64ab01fca5 0.00 MB 1 0
76,180 76,180 00000000000d125ddc06289f2b10e602835310ff9d354ab5a8784e6ea54f7b6f 0.00 MB 1 0
76,179 76,179 000000000041dbdaa31174612db8d72a5a11f87245b106185d765f2736de75ed 0.00 MB 2 0
76,178 76,178 000000000064ea367506d4803f84fb7a39ec2583b53d6ffbd894c1f016610a67 0.00 MB 4 0
76,177 76,177 00000000002e5c6cfdd5cde45fe585882c5c50c4e53ddf20f2a782f6417362da 0.00 MB 3 0
76,176 76,176 0000000000369b2c28a4a49d85a43f9a8b6358c614e0a18563cecbb2a5868f37 0.00 MB 1 0
76,175 76,175 00000000005a892147063da5b191fd15e3544c42803ce31a152e506cf1a7bd12 0.00 MB 2 0
76,174 76,174 0000000000502cb703bb33a9869a7982a67c0a802e1966cba55ae1ee3a6a35c2 0.00 MB 1 0
76,173 76,173 00000000005ad9b7f73edc93bb63b327d3774ad36fda6053aacb18fe50e6660f 0.00 MB 1 0
76,172 76,172 000000000076628eaaa5f110e0ee9866b1877bf32b2272279661cc8701117d32 0.00 MB 1 0
76,171 76,171 000000000039378df8ce4075471a641f078b7977c0dc2de4048418fec6cfdf67 0.00 MB 1 0
76,170 76,170 0000000000345def0e3ff09fa026ac4630273f783cd458956a3969053ab5943d 0.00 MB 1 0
76,169 76,169 00000000007c2478927de2e2d14aa875ed6aa7ed39f0dcaa68064d50eb6065b5 0.00 MB 4 0
76,168 76,168 00000000002e1d4c41748bff847d86f3cf0a5f3845ceb7112de2a327375f16fa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,844.99 GB sent, 100.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.