Memory Pool Memory Pool Refreshing

2,601 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,769 (683,230 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
224,539 224,539 0000000000000255dcf08f17ac969afbd564a4f6b02199fe590f0324565aaea9 0.25 MB 598 226
224,538 224,538 00000000000001f195b61c9bf7c5ddf270be1dea8e949582efbff33efc6fa204 0.14 MB 302 181
224,537 224,537 000000000000014abda10de4bb1fd65e203826a9e6ff80287b278b414f78dfa7 0.05 MB 92 143
224,536 224,536 000000000000031893016b20f6ff18da3044c0603534cda4d375dbd8b2a3632c 0.00 MB 15 0
224,535 224,535 00000000000001adde865931154d03651ac5499a74e09a778d1b6c4949156f63 0.17 MB 419 187
224,534 224,534 00000000000000f0e39773ad3ad287ee7d1f99f859a0726ace569727a9e313ef 0.05 MB 84 136
224,533 224,533 00000000000003ab7a04692d0ee1eb668ec2e59216458d47852d1f71ed996254 0.13 MB 274 187
224,532 224,532 000000000000024791f310f684efe0ff3fd90a3a8187020dde2861cb5143dcd2 0.18 MB 287 150
224,531 224,531 00000000000002ef78af6c9c9ff96de25b63eaa56c9b1e574627d0f45d6cb23e 0.10 MB 219 188
224,530 224,530 00000000000000d834cb3db43ce5716002c89e0f50ebf98b88f4565dbd55605d 0.08 MB 162 150
224,529 224,529 00000000000001c77ee4314e738822713cb5b2d117f74c8c492c6acc7db36b92 0.50 MB 397 12
224,528 224,528 000000000000027990e2f5190d963584b2be32f967b31f05e75fcc1262de4e72 0.18 MB 394 184
224,527 224,527 000000000000007ed249bd3861a1c51846ffc0cfa4257513f04740626f8c733d 0.06 MB 111 91
224,526 224,526 0000000000000153acd022bbd5fd3a326dea62b534187572ba145480c0c145d5 0.09 MB 157 92
224,525 224,525 00000000000003637c1f2ab3569a28169405d3b85f14ed7973982c0996ca859f 0.25 MB 700 227
224,524 224,524 0000000000000120c3ced2c130b333771241fab2130d3735f4046637e2040baf 0.15 MB 368 173
224,523 224,523 0000000000000298a2bd9bc7c64231af79d4717251d15fb6dabaa6f00ba75fa0 0.23 MB 457 161
224,522 224,522 000000000000023fda8330f2889da438b166ae075b1e3de42b16ca3614e79132 0.21 MB 363 120
224,521 224,521 000000000000035a639c789236ea9732ba393cf5176ba2ea000679f76fdd4798 0.20 MB 204 88
224,520 224,520 00000000000002d13e99914abe58c84a28551dbde34370c0a1d9ecca6d69c943 0.25 MB 510 141
224,519 224,519 000000000000038f5da98a3316aca70a82d845b5ef66ca95973e8527a18af845 0.25 MB 639 223
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.