Memory Pool Memory Pool Refreshing

4,997 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (667,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,944 239,944 0000000000000023c81a7899165a2910b200467594b3c589bf25a46542bd181e 0.25 MB 446 165
239,943 239,943 00000000000000b99bbf162878f387c050a00683a1d2a8851001b61fa09ab838 0.25 MB 699 219
239,942 239,942 0000000000000032cb4d3a6807cff12f10f99f570b30bb493a856a6c3adf5ef7 0.10 MB 161 108
239,941 239,941 000000000000009b134cd3ab427fff11ab0861f5a56ef98614e011e4576a5cd4 0.25 MB 628 208
239,940 239,940 0000000000000063f38640964557fea9cfea9c3b39f1a2d4fba301e673928200 0.25 MB 531 217
239,939 239,939 000000000000010b0b7f16ce33d2fda1fd895ff6910ef4edc10450932cc256f1 0.25 MB 616 199
239,938 239,938 00000000000000eaf73c3b62c9fc0c72f99afa6163b80002c43149b4b82a6cd0 0.12 MB 240 125
239,937 239,937 00000000000000a42995ebdf555ee0886cec0f416036b9c0d505ab746f854f4d 0.41 MB 979 169
239,936 239,936 000000000000009cd63824f9c4589b2dbc13603072eec6d1e4e5e83c97722850 0.17 MB 414 178
239,935 239,935 00000000000000a06cf4f1c6a72f5dfe50f6b76e9ae3109501c1c3eed74422c9 0.13 MB 318 166
239,934 239,934 00000000000000615b50f89d5712190d5ca74f845830347776adb7ef0da3f84a 0.02 MB 47 135
239,933 239,933 0000000000000098682279c8cdbf92bc5a25fe1dcb3ac0286c858cd7fff870ed 0.05 MB 108 140
239,932 239,932 00000000000000c986aa0424565ae05d02322e0bcb39595645f98bcf567457d4 0.15 MB 351 172
239,931 239,931 000000000000008f83ea0f9a55d921f10e7c3ad3bc1c615b7e894fa131358a1e 0.06 MB 128 141
239,930 239,930 0000000000000047e9d17588cc1d6fc5def92abd1c4e3feceb7a9db874a13de8 0.08 MB 153 53
239,929 239,929 000000000000001bc40a730866eb6818f7eee4f97def77dd59c67954cfd7d0a8 0.25 MB 492 139
239,928 239,928 00000000000000a444b26473108dbf62dbe3fd67b141eb0c106952c90fe6387a 0.30 MB 691 177
239,927 239,927 00000000000000d342d6aaa3c25877d4a73f6053b488ecfad48ce646d2149d18 0.15 MB 201 113
239,926 239,926 000000000000003376243a14bb8bfb7658d40366dc0c84374af65a3e7f7f0393 0.25 MB 753 217
239,925 239,925 00000000000000128833ecc5a9748a20a222f9bad0a18803fad7274cbe098d33 0.10 MB 283 117
239,924 239,924 000000000000004b6cca89a20a6287dd423bbec48d901755dfe888bc9fa948d4 0.15 MB 236 73
Previous 10 blocks ↓
Total Size: 769.05 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,627.54 GB sent, 93.13 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.