Memory Pool Memory Pool Refreshing

17,368 transactions
5.60 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
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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,836 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (776,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
131,421 131,421 00000000000005385f39a5b01d39053f47dd93065ab552a3bd4109f16b636835 0.03 MB 62 546
131,420 131,420 00000000000005c9c12664590e6a936b526a1f580054360af31cc52d0e0fb635 0.03 MB 71 655
131,419 131,419 00000000000000dce54ae9f5485ddddfaf5d46698fa2321402ea8d1150794903 0.05 MB 150 427
131,418 131,418 000000000000098444048edc683a41d26be975e302019a51a7ca3c2cc21d4813 0.02 MB 46 722
131,417 131,417 00000000000001fadc1591d85b11e593f6cf6244fc0a1024cebe9b0ae96691e5 0.01 MB 17 958
131,416 131,416 00000000000011ede390a0f292917ca2bc1512529d1d6d30e54b37f00f1a1398 0.01 MB 16 197
131,415 131,415 00000000000011bf6fa87b48af6f2ef0b0642be163cbcac2a25e694c47678b92 0.01 MB 38 173
131,414 131,414 00000000000000fdf7cc071ad4a65a4073591434480a168dd1d3b2f5dafd4963 0.05 MB 186 126
131,413 131,413 000000000000020a8c1990406ec4b627966feb88f931621291458afa1e8cb208 0.05 MB 154 202
131,412 131,412 000000000000128c2dceeffd0c1ffdad4a2cd0b9c6493efa7e294f27b8fcbe65 0.06 MB 124 687
131,411 131,411 0000000000001027cede1dd8b39e06f06701eaac9921492d869b3dd49ef58dea 0.01 MB 14 1,669
131,410 131,410 0000000000000b38c487d8c8e7d9dc39f4128b883772309f9706ab675da4cde6 0.00 MB 10 403
131,409 131,409 00000000000000632e71a94e5922e99436db90883463dd9bccc713a7bab8fbb0 0.01 MB 27 950
131,408 131,408 00000000000011f137134cdd4733efe75db904b2d6e7881d4aaaa2335f93c25c 0.02 MB 67 706
131,407 131,407 00000000000003cc12809cb029d50d7c007abac49776ce06b1e911d8e9a0fbac 0.01 MB 24 459
131,406 131,406 0000000000000b432ee65103a1bdc1d9c1de33e758bff92e40a2866fe7aab0b6 0.00 MB 5 35
131,405 131,405 00000000000005f7944f283509b81699e6c307117284922ecaa320cb83f47f03 0.01 MB 41 507
131,404 131,404 00000000000006da1aa624203c52aaeeaceaa15a3b0d9a884c4a0013da417fec 0.01 MB 51 177
131,403 131,403 00000000000004350fda405dadbdd12428216067647b41e0ece4601cbe766e7e 0.01 MB 18 743
131,402 131,402 0000000000001151e0256491b919b8c7060e1f174840aa6495486a0a463f43a9 0.02 MB 57 88
131,401 131,401 000000000000123d78f8c42baabb5c53f98458cc5da85493030a5ded72b6b52b 0.01 MB 28 1,443
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,624.18 GB sent, 92.99 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.