Memory Pool Memory Pool Refreshing

3,363 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
904,060 0000000000000000000268160000000000000000000000000000000000000000 ago 0.99 vMB 3,349 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 904,059 (640,380 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
263,679 263,679 00000000000000118ceebbdbd61cc912525d30d7fd30833b7ee8a8033782bc3a 0.02 MB 61 121
263,678 263,678 00000000000000056a21084ee52a2385ec22f766d0d7537ca631c57f9c623259 0.07 MB 175 75
263,677 263,677 00000000000000067deb66e1cf6f08304ca35b71a9a7bca5bf3fa18c4c79e462 0.19 MB 418 92
263,676 263,676 000000000000000d4d887f89b9629ff77d16768c82ecf5eec207dfc3cf1f5a9d 0.24 MB 514 128
263,675 263,675 000000000000000f78aa923e7e11eb1310be4aa02b3b565c5b6bf1807b593b99 0.60 MB 1,044 72
263,674 263,674 000000000000000f25c9c83f9a310b549f898a2020b2ba29b8c40cec237cde0d 0.05 MB 153 82
263,673 263,673 000000000000000cdab2fb1252ac406170aaa6075c17259fd8ede6e588c5435d 0.05 MB 159 23
263,672 263,672 0000000000000014c9d26fb8a07ed451f7d8ff4f69330809c833a1540b1a64bd 0.15 MB 382 49
263,671 263,671 000000000000000d6fe340552fdef18e3e3ccc6df1dac348647ca517b1b7402d 0.25 MB 577 158
263,670 263,670 00000000000000033ec63f189251bdf8382a717bca1414286741d7a6f3ed46ca 0.07 MB 173 68
263,669 263,669 00000000000000034665d8f7ec806fbbf4a80b0ae10b706172fd1caee107f21f 0.42 MB 994 123
263,668 263,668 00000000000000032216ba41b32c3d3a6efcf4ccc39fe598ba98d1a1a16c0cdb 0.16 MB 423 140
263,667 263,667 000000000000000f61039c3bc7d64ff43754f08003d0b535ecc7cdfd156de548 0.25 MB 400 89
263,666 263,666 0000000000000013eaf5c412d2f638a44464f2cc7fd9864afa23992c4f394f9b 0.25 MB 583 69
263,665 263,665 000000000000000bf853f4ad10585e107729433b819d5fe9fa93e4f67f14ca54 0.25 MB 605 175
263,664 263,664 0000000000000001a05ef16c0a394f9f2b4183fd6d55b47101c3205576e9974a 0.25 MB 638 51
263,663 263,663 0000000000000005998b02b8be563b158a8d2f0137443348358a948025c394f2 0.25 MB 478 125
263,662 263,662 00000000000000112191d0e57f4d96a5403980ab47725c4690a8acaf3522c12b 0.25 MB 686 199
263,661 263,661 000000000000000b13b18460294072b40093e1744ad5a64c960591d096f18bbc 0.04 MB 100 81
263,660 263,660 00000000000000113b39a4966a601f5bd6d12bac3c7fdc4e66f1b3249008caa5 0.00 MB 8 117
263,659 263,659 000000000000001355795746017419704ab9afd15674d70c8fc40038e203cc7b 0.06 MB 135 99
Previous 10 blocks ↓
Total Size: 762.66 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: 968.06 GB sent, 58.87 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.