Memory Pool Memory Pool Refreshing

11,257 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,864 (717,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,269 190,269 000000000000068fac8dfb63e6cdac53a58e14ba8486160901171129f4dca26e 0.19 MB 484 122
190,268 190,268 00000000000005cda09a5540b37d6074c0f8efc359f648a52b316551cb444567 0.25 MB 400 99
190,267 190,267 00000000000003a759e6f4d5b9a109214d76a23a286f1773f21f298044f4ca52 0.02 MB 63 47
190,266 190,266 00000000000003d579fc263200d0e548c1adab869eaf161ce1682b7756d886f8 0.04 MB 125 164
190,265 190,265 000000000000072bcc6f24df28bbd86f15f97e6c89acf54b1689b312ef9ea708 0.25 MB 662 144
190,264 190,264 00000000000002279f7df234ca710522cb7dc587ab3a38977dbf6c328fada9a7 0.04 MB 100 115
190,263 190,263 00000000000003e67310edbdffdc298c8bf5b721f808e2d3a80c798ca7dd59e5 0.00 MB 1 0
190,262 190,262 000000000000067bfa17a7123cbf22f3018897ef5da50e210e7d445a01f7b558 0.05 MB 110 119
190,261 190,261 00000000000002cc1d85fa67ac11a0fc302f97594e0c8bb33f405c8e8d7f75cb 0.20 MB 520 131
190,260 190,260 00000000000001be1e118c97e972b3e36fbb76a73610efd197dd7f17933032f6 0.06 MB 128 66
190,259 190,259 0000000000000156fb1fdaabe028aa13a9a3ecd0f423682216716f636b9b4264 0.11 MB 319 150
190,258 190,258 00000000000002262646612028bde99d20ab63a8a2bcbd33eec0e9509bb03a96 0.07 MB 180 124
190,257 190,257 00000000000005bd76b8e8d8a73e595115ae2f1ed5508b2cd42243e739828359 0.11 MB 308 224
190,256 190,256 00000000000002ce0c5a656dd7f1870252011343278e61ca2891dc21ebd3ea08 0.05 MB 99 43
190,255 190,255 00000000000001d542ad6e6a02784cadb68826bcc0f0f979df5cfe0883a79502 0.02 MB 78 75
190,254 190,254 00000000000006d69df4e75ea3df2f16beace2110136f1654e50907f81e10b8d 0.24 MB 547 125
190,253 190,253 00000000000005bf343ba1c0fdf1ea7a5bfbb47eeba10e58e3bb33f63eb16d3f 0.06 MB 209 107
190,252 190,252 00000000000004b0eef0c1ef01db9d3d00db0e31a26ec8e6690270e1ecf6dbf8 0.13 MB 276 144
190,251 190,251 00000000000004c735686f4ef170a0f9373b6c2dbb0c47283e315c0e2d93e27b 0.05 MB 116 94
190,250 190,250 00000000000008022a9dfedc6f1bd8b122848091a1b92b7e04e77b35785c6ccf 0.20 MB 512 113
190,249 190,249 00000000000000f62e5dd2430cb6d8ca343d2f5d45457be0351e75eacf40f752 0.13 MB 444 24
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.