Memory Pool Memory Pool Refreshing

3,199 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,838 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 3,126 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (77,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,312 830,312 00000000000000000003047c2b51d31c27f9514e9299d9d5520e01000c2882bd 1.62 MB 2,754 47
830,311 830,311 000000000000000000020ff17aa537d4b81477df4e09aa195e66b3d13d16275e 3.51 MB 784 18
830,310 830,310 0000000000000000000119bef264128eef9b5e2c60a0cba7425b2096ec029238 1.51 MB 916 12
830,309 830,309 0000000000000000000319f443667470bcd0c9430db12bc9aea8d44604c76d42 1.19 MB 575 19
830,308 830,308 0000000000000000000231b391bbd222c94ed71d214f8cfad1c0cea99e5d4b00 1.82 MB 1,685 22
830,307 830,307 00000000000000000000a24148cdc2451cf5325a71f2c00eb0733a41db91d6ef 1.69 MB 2,863 46
830,306 830,306 000000000000000000027d1108be4bb672fedf743e1c33900111c950f0f423e6 1.61 MB 1,594 36
830,305 830,305 00000000000000000003a4916103ade9b924e017ae184ed15d00b3a3c8d3003c 1.50 MB 1,984 26
830,304 830,304 000000000000000000022c9c11da8c49321856f70df55bce97c6e1b4fae6ac75 1.70 MB 2,206 40
830,303 830,303 00000000000000000002e314d8052991f5c6bb9ba475de03c9a0bf2d43636a9b 1.55 MB 3,240 66
830,302 830,302 00000000000000000000a5e1df81e463dcefa696a59f99ebf455dbc2febfecea 1.77 MB 2,858 25
830,301 830,301 000000000000000000001ca672c4f6fba058d3d0aae9fe6b69dcda601dd284e7 1.69 MB 2,138 20
830,300 830,300 0000000000000000000170bad4f05d354be43ad2d6f4dc44a34035a06bbe2e9a 1.68 MB 3,086 51
830,299 830,299 000000000000000000020ae5864a74d7b010bbe74ceb3bd6e83c4fba3077cb88 1.57 MB 3,391 42
830,298 830,298 0000000000000000000381d0cf8020468ea55ff224f16e0338d646e50b25c477 1.59 MB 3,400 96
830,297 830,297 00000000000000000000f2c6c4cac567bf5b681ab05043319a324c51e3c1545e 1.78 MB 2,303 33
830,296 830,296 0000000000000000000188efed97f534e8218aad6650d067f370bb226e624b27 1.56 MB 2,620 26
830,295 830,295 00000000000000000002eab524346dfc40bc4b206b56e4764ae43dde311ab21e 1.53 MB 3,078 71
830,294 830,294 0000000000000000000203e5054ed171dc03d2d0011b4290f248bd919a52c2b1 1.60 MB 3,368 49
830,293 830,293 00000000000000000000b23f0f2c2f7435bb7cdfb489c446116aec31f3e38ea4 1.69 MB 2,954 46
830,292 830,292 0000000000000000000397730952f691e8f32e38db8e423676b22ecb5b4e3295 1.62 MB 2,883 25
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.95 GB sent, 94.10 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.