Memory Pool Memory Pool Refreshing

2,160 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,150 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (11,332 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,421 896,421 00000000000000000000874df947401cf568de76cf07e55ec1f7b8f7cb5a0afd 1.46 MB 5,186 34
896,420 896,420 000000000000000000021c7b780d01686a0ffb2f6eef52472be501fe2ec0a8f2 1.46 MB 5,568 42
896,419 896,419 00000000000000000001369ffbbe5be6d844abdf4f304887354227f982b39f06 1.68 MB 4,120 5
896,418 896,418 00000000000000000000d68c461ab6850808dd99e4d6d9e549f5aebbc1783a80 1.24 MB 1,879 2
896,417 896,417 00000000000000000001fcb42dd466d7959d1d75879b998e82768ab33063807b 1.66 MB 3,433 4
896,416 896,416 000000000000000000020d726ae6f3f61e5206ccf585428b1927c7a75711fa4a 1.27 MB 1,935 1
896,415 896,415 0000000000000000000220bc70aedea133e9f5f143c892feeab34d558bd9eee0 1.55 MB 3,178 14
896,414 896,414 000000000000000000005dc29a7c8bd1c4f4a807778ebcbcfd75fc6d49a8a33f 0.46 MB 1,045 1
896,413 896,413 00000000000000000001db0b3b0916874aae707ea1c4ed669a575689e3a09665 1.77 MB 2,643 2
896,412 896,412 0000000000000000000102e54ec026e3ead58d80f2c1035ecfc022c5f85d7a73 1.63 MB 3,134 4
896,411 896,411 0000000000000000000221b0937bef9daf6b452500aeced573ddc83c19a04c74 1.68 MB 1,430 1
896,410 896,410 000000000000000000017bdfb44b653225bb36ac368eeb4450ce2b02286ce669 1.52 MB 2,853 4
896,409 896,409 0000000000000000000203cb53f9046af0cd70e4ab23ff52c196547e1bf526a9 1.61 MB 3,419 4
896,408 896,408 00000000000000000000fb520b1656fd51afa5b6124b0725775fd40f8875a3ac 2.39 MB 522 1
896,407 896,407 000000000000000000025337bf0ee03dfa5dd117f7e241fe1d49a8753e87561e 2.98 MB 1,231 1
896,406 896,406 00000000000000000000c387db554b194bf02b8147e1cf38240f39eeebdcebdd 2.81 MB 1,435 2
896,405 896,405 00000000000000000000c494ad756586377d115e590d27bd34a839b498e6a71e 1.67 MB 2,765 3
896,404 896,404 00000000000000000001cf1d3871c9636c7a8a5e7dfff4b7f5730ff28fde13c1 1.72 MB 2,679 3
896,403 896,403 000000000000000000016f23b318698513384c78a9b96fc6ddfbad9e654a4f6b 3.68 MB 116 1
896,402 896,402 00000000000000000000b28ecdd37363356e3a4d4af7b3559c453778c07da865 2.22 MB 2,531 2
896,401 896,401 0000000000000000000042ba25df6a00283a89a674d415f0bf67d3eca03de8fd 3.35 MB 546 1
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.