Memory Pool Memory Pool Refreshing

12,052 transactions
3.84 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,337 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (77,422 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
830,291 830,291 00000000000000000003969dc833c855a104ba77593a40c67251d18c3fbca80b 1.55 MB 2,904 45
830,290 830,290 0000000000000000000050b146c0d14df0bcfdace212f12835b10c0213581dc7 1.63 MB 3,331 39
830,289 830,289 000000000000000000035c8582f22752a268f5695379597ce9405e10c4051be6 1.52 MB 3,212 64
830,288 830,288 00000000000000000002d70641a6d46811ec48997819209fd531899cab250cb1 1.59 MB 3,508 57
830,287 830,287 00000000000000000003a0033c32c6c467ee0ccffb58eacf4b370b84a8af35e6 1.54 MB 2,226 29
830,286 830,286 000000000000000000024cc2c5cc3131b9adba17a025f193c9b91219c5aac7e1 1.55 MB 2,324 39
830,285 830,285 0000000000000000000179184a59e116e7b22cf3e07d413bf2f17a239dc7b330 1.65 MB 2,041 27
830,284 830,284 000000000000000000004ac20cdea707d341ee0e47b374c05a349121ac8af554 1.82 MB 2,956 40
830,283 830,283 00000000000000000000e2dbdffaa2897c73391046960861ea99ff69b70dbd07 1.80 MB 2,450 25
830,282 830,282 0000000000000000000332169291444858e9c772db02918ac614f1c3a86b1789 1.57 MB 2,989 42
830,281 830,281 00000000000000000000d10c54e65ce6eb7077bee97e8ffc39b81661e66b90cb 1.55 MB 3,254 54
830,280 830,280 000000000000000000030d9dfabe8bc6b45b831dfda8bd3589fc838eaff443ec 1.68 MB 2,681 35
830,279 830,279 000000000000000000020f7692d0e68e6e35e566025137732de35203c2212b22 1.43 MB 1,869 30
830,278 830,278 00000000000000000000549eda23a98d257b7fed31e4778f82750eca108dc380 1.64 MB 2,667 32
830,277 830,277 00000000000000000002407895a7e2dca686da232a40c7daa0e26efa6d8c2378 1.55 MB 2,545 32
830,276 830,276 00000000000000000001914a6db5b53b3f8d673fbd9ebc1a569f37ccbbf97861 1.78 MB 2,273 31
830,275 830,275 000000000000000000018e3f91a815472d0d994b832624751bbfbac25aa739cf 2.45 MB 648 13
830,274 830,274 00000000000000000000f3e8fcccf8ee483ebed02694c5773780a61a17a95037 1.52 MB 2,135 19
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, 113 incoming
  • Data Transfer: 1,622.13 GB sent, 92.93 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.