Memory Pool Memory Pool Refreshing

7,852 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/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
907,981 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,980 (780,789 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,191 127,191 0000000000001693d518858d54b5d2dafdf02333e1fc81c441c8dfbf16956478 0.00 MB 8 706
127,190 127,190 0000000000000ad3eacd7e26c4a8d3339b6bf16ff3711a19fb5e65c008383ebc 0.00 MB 3 0
127,189 127,189 0000000000001ff5bf3b9217d6af2da1e4937e6f02386f6277ab3196d1366acb 0.01 MB 38 140
127,188 127,188 00000000000002ef8a03c570b0caeb3ef6c01997778dcc11a7c90aa147b215ca 0.00 MB 18 420
127,187 127,187 0000000000000d8d02503b684596be7403ee44ab2d76737f594a4307781cfed3 0.01 MB 22 1,328
127,186 127,186 00000000000015760ca907d13ffcf7ab8bdc1042103ac10470f03c7d9fe408bb 0.00 MB 15 203
127,185 127,185 0000000000000a8dcfcd6258e51298aac235bb1e9e35fe4b9f1ecbfae0cb8985 0.02 MB 67 502
127,184 127,184 0000000000000a3a8c31acd77907d00b6c0fdab5ff738f2ff2e984dc1dffe88d 0.00 MB 13 0
127,183 127,183 0000000000000e6abe69207cd3736b9716a19729b23b653029359ed96e67f05e 0.01 MB 22 183
127,182 127,182 00000000000007dca018ed0fb36b73d2ab8fe46968e92d9b676f129e3de194f4 0.00 MB 12 832
127,181 127,181 0000000000002486ce605ea62ef0e31ebd0fb016ffa5f6fae16a240ddabd39ee 0.01 MB 27 1,067
127,180 127,180 00000000000010bb44a3f3e3c2fc38a623039dcab13167d346d41dd44f53507d 0.05 MB 71 275
127,179 127,179 0000000000001935bda7a64485f2a07d10b6f957fea48bb630c67e81b7f89537 0.02 MB 53 241
127,178 127,178 0000000000001fc093e6bbcc91e06a2504d88d2451cb74ddb719a5c2eaf05be4 0.00 MB 2 3,861
127,177 127,177 00000000000011014cf8a514459f1bee8e8acd393fca374f6702d03a58d6db79 0.00 MB 8 1,128
127,176 127,176 00000000000005ae26f4286c04384f55b9426f97a77ed0ec8aaea4b554b23852 0.01 MB 36 118
127,175 127,175 0000000000000cedebd44f2719ab94025cdbe63ea2560fe7e57d8e53ea7d652b 0.02 MB 67 1,428
127,174 127,174 0000000000000500cae209402fbc7957e020e82d9dcd1e88f548aecf23bb8654 0.02 MB 50 463
127,173 127,173 0000000000002293712e61bee8287b0c82322cb42f3719c66cb471b3a858b594 0.00 MB 3 3,021
127,172 127,172 0000000000000cd25c47790f0bb836a24b1480c3b9080723e6e22a30e5b722a0 0.01 MB 19 549
127,171 127,171 00000000000012b8aae5a32b8c587131facc4a3d1b17a84f52f6e786b650870d 0.01 MB 9 341
Previous 10 blocks ↓
Total Size: 769.51 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,647.38 GB sent, 95.51 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.