Memory Pool Memory Pool Refreshing

17,487 transactions
5.54 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (625,244 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,474 282,474 000000000000000062693042e76129f3840911f52d0ff3e0b121d5e1dda68c65 0.19 MB 462 60
282,473 282,473 00000000000000007c9efafc9071a7e7d36c39932feedbe7659f42367d568fd5 0.18 MB 397 46
282,472 282,472 0000000000000001da802799dfade4962dc8666c89c3ba0c0f1f9db97a60c3cc 0.10 MB 236 40
282,471 282,471 0000000000000001af355816a400cc02229fe3b2e5ed6fe79c8307e747276464 0.25 MB 520 42
282,470 282,470 00000000000000005375d0a2f4e87ff32c66507d0b521bcd97f7d845a874b59c 0.21 MB 291 30
282,469 282,469 0000000000000000dd99edab51b5a9d0107f25262590579fac8a3c7c294860bd 0.05 MB 56 27
282,468 282,468 00000000000000005f06a3e284e6f67ca6bdb552f0c40fe8064867f3158d422c 0.10 MB 193 19
282,467 282,467 0000000000000000365f4d77f6f13cefd0d4f241ad1ecc0a1fbc007381e638b2 0.39 MB 592 37
282,466 282,466 0000000000000000d33242a6cf281df8fea0d0d7ff0c51b3ddb0dd2a405f1a21 0.25 MB 436 35
282,465 282,465 000000000000000016b37d444fa9d37dad57c1337da3650036124c022b195fde 0.25 MB 695 74
282,464 282,464 0000000000000000b155369619c7c94b2a7d90c525d307af8d456864b6078c69 0.23 MB 375 44
282,463 282,463 0000000000000001d12257b540f6a533e42c77c72441fb00fdcee6493b11f64d 0.10 MB 220 26
282,462 282,462 0000000000000001788394cb53f11af930b0549cb6ee3855c51300585bc8fe87 0.22 MB 478 44
282,461 282,461 0000000000000000d218fc11cdd3f47ec8dd298f3b191d5513d99eba2c94960a 0.11 MB 248 49
282,460 282,460 00000000000000000fa932799681fa8e203ed29b495b57f99d47fc263ba3f80c 0.13 MB 247 48
282,459 282,459 00000000000000004d40ffe945a4aa9a77ee7dc3da4bdfa13dcd19e1a7b1fcc1 0.04 MB 65 32
282,458 282,458 0000000000000000f3a05b11d51cd1a40ee394e35a63b2f90f1f17570eb9627e 0.00 MB 5 14
282,457 282,457 00000000000000006547d09880d5922a34045edfee810fe3207d80160e5e4ae5 0.15 MB 337 48
282,456 282,456 000000000000000115f1a8af9946d56dd4796d80bb1b2ca108eade3908b89a7f 0.04 MB 82 44
282,455 282,455 00000000000000011015ce0f6a2ed1295e0ecc10b62c5604d675982b45c88610 0.08 MB 158 41
282,454 282,454 0000000000000001235c2162ec7e777f936ad1159823453e8f16328a5c60a324 0.28 MB 589 42
Previous 10 blocks ↓
Total Size: 769.02 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,623.70 GB sent, 92.98 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.