Memory Pool Memory Pool Refreshing

9,334 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (695,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,967 211,967 00000000000004f49f1e77bc8c02feeb228e09ae9a3d3137fce160a56d2c2bc4 0.13 MB 321 255
211,966 211,966 00000000000000b101c379a79a7f12f36a309025a09c70e2b3a6f9bf96d8a689 0.04 MB 72 123
211,965 211,965 000000000000009967a30f9e1ee4bdabf45d25f9084a74c34a0954a1be1344e8 0.19 MB 368 222
211,964 211,964 000000000000021851d98af768e3d9c69584fa132122af197838e3fa44ccaefb 0.14 MB 339 200
211,963 211,963 0000000000000270469859837885fc4dafdd7a9b18342742748c7c22caaefd62 0.22 MB 430 131
211,962 211,962 0000000000000127bd1db1577d830b053fc79d70cc9b10a948d01bf49c42bee5 0.22 MB 535 196
211,961 211,961 000000000000036d29ab09ba343bd826635e7967a5c82e34e7e257631084c201 0.10 MB 217 184
211,960 211,960 000000000000001d5b934b7d8d117a278bf0840a04d9de04c12e8a348eb46b56 0.11 MB 285 178
211,959 211,959 00000000000002ed7c9fc3e25557806b5260d73b7544d88d94895d6383499427 0.10 MB 199 82
211,958 211,958 000000000000010f871a891d2fdd107b5666c4a137dc7cef8aa76bac0723929f 0.13 MB 310 203
211,957 211,957 00000000000003e210c732612b9340b43c925002581af4b65f205e89b1e7973d 0.05 MB 143 355
211,956 211,956 000000000000048e6d20ad838dcedeca12d17fca383eb39726c7e9c1fe084613 0.38 MB 746 118
211,955 211,955 000000000000033c3055368a5ca220dd482a60c7a7f04cded055dde6f7dc6df0 0.13 MB 257 123
211,954 211,954 00000000000001fd18149f47d3a59dbf123ff1c9d549e8bcb140e3208d887405 0.20 MB 604 268
211,953 211,953 00000000000000af819dc4371776f62ff25905b5268d4ba97741aa25e3aee7ab 0.26 MB 548 261
211,952 211,952 0000000000000195fb8cc4735afa0a23ac5c85cb4b29c34338c1bf28f28ff1f4 0.06 MB 81 89
211,951 211,951 0000000000000057db25cf8c96b8c478c4cd16de135b54e9c57bf25544ca6959 0.14 MB 234 133
211,950 211,950 0000000000000157b5bb27ab38f7c20b6255d4cd9cfdf16907d92b19444ce490 0.20 MB 533 213
211,949 211,949 000000000000028e93c3e200e59bd169b257d54123358986988cbfba0a03f4ce 0.05 MB 124 111
211,948 211,948 00000000000004c3452c597f9d0f6a358d65463a084fb245fca61081c3cecb2a 0.23 MB 718 221
211,947 211,947 00000000000003ae95f4fd3c44e97f771dfd53960ca889239644b0cc799a76c7 0.26 MB 338 113
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.