Memory Pool Memory Pool Refreshing

3,259 transactions
1.01 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,000 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,220 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,999 (791,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,188 116,188 0000000000003e2cbbcecec4a29e2d25724a597b998e35843aefbdccde2f5e29 0.00 MB 11 0
116,187 116,187 000000000000f172dc8ebf43417109ca6979e294029e3330f72bd11c19f841c8 0.00 MB 10 0
116,186 116,186 0000000000004dccb5e25de4e0b6af936314721ce32f0c385e0c5aef6537ce4b 0.01 MB 12 1,192
116,185 116,185 00000000000015ebae6b0f21242fc102fcf9e21e0c783e0c18cebce351a653af 0.00 MB 9 0
116,184 116,184 0000000000009b621f19aed44b277d9e2299b9e29d984eba11884035f3055a2f 0.00 MB 1 0
116,183 116,183 000000000000db51610b12d0defa3608f50ce045b33982727e45e1977f5624eb 0.00 MB 10 0
116,182 116,182 000000000000d664168737ded80f8b049df4c6365a757a6a063833cfefd4665a 0.01 MB 18 370
116,181 116,181 00000000000023564c70f03b7d83201ca2b13bc3ff649703b9133869d7e503c6 0.06 MB 6 1,078
116,180 116,180 00000000000062b0e0af795f0f9038814778c9cfee2a33e11763355b5336ee39 0.00 MB 9 492
116,179 116,179 00000000000051ef6ad8a29b2c5a250a788ad5876420615f0c4c6ce5a43e5cf6 0.00 MB 7 968
116,178 116,178 0000000000006494a4232ecab67abe985fafc45a0141e935ce217b76bdd5ad0a 0.01 MB 35 1,086
116,177 116,177 000000000000164b521cfdef76348079133b7e9c073e2451231e899959e020f9 0.00 MB 4 0
116,176 116,176 0000000000006f3cd956a4372f2bb2762b0348ba4dbae237b8b4bf57ca1ce61e 0.00 MB 2 0
116,175 116,175 000000000000d16f49b3fe57e7d5651720deb4a058af04b3201e68a42eb3dca1 0.00 MB 5 594
116,174 116,174 000000000000d1ee84fa7aebe285694831270c12da7e4a58c217f354719b03db 0.00 MB 1 0
116,173 116,173 000000000000efafccdf2e0645d160fb695347cb178a6ca67df363be101c9bc6 0.00 MB 5 0
116,172 116,172 000000000000261ec3e461516103db3e359519e3cc6149ff5d3af63855465c66 0.00 MB 5 1,003
116,171 116,171 0000000000003e885a06230f6418e78d061813bd01bb67cae68288a1e55f3542 0.00 MB 9 980
116,170 116,170 000000000000f09ea49f46c206e42d210f6a74e14cde8740f47f0e7ed4a66b6d 0.00 MB 10 343
116,169 116,169 000000000000ce7e18f6e2d03e2d7ad1bb554d7990b9b46274483ebe7f4fc870 0.00 MB 3 1,020
116,168 116,168 0000000000003a477115863910734aec79d2704a992bf0068b2e2ba9f2870804 0.00 MB 11 333
Previous 10 blocks ↓
Total Size: 769.54 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,648.61 GB sent, 95.66 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.