Memory Pool Memory Pool Refreshing

1,634 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 643 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (97,290 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
810,515 810,515 000000000000000000014ca0445eebcb6cd7f341bcbfae3a64ff330032e9498b 1.48 MB 1,825 21
810,514 810,514 00000000000000000003929a2e35b9993106a2c2b527525a0684c467a4650fdb 1.63 MB 2,842 28
810,513 810,513 000000000000000000023c2a269d893358cf6efdef7d274ed54ac6f29b4807c7 1.80 MB 3,023 25
810,512 810,512 000000000000000000021e2e453beb414a1bd2444c2028361b0d789ed541ace2 1.61 MB 3,419 28
810,511 810,511 0000000000000000000183ce4499beb2f1070b7b842e4c4b2a05c291bfc9af9b 1.54 MB 2,484 31
810,510 810,510 00000000000000000000754d52a14970e1f5556c65f6397ee0a024509061bf65 1.64 MB 2,585 31
810,509 810,509 000000000000000000007527c361fb04a213cbccee72be29cca1ad69b2f47ec7 1.62 MB 3,400 37
810,508 810,508 00000000000000000001e3dff2e1c949a8fa5ede0a6489c76c29e436e025cd63 1.57 MB 3,424 32
810,507 810,507 00000000000000000000d5fbb0812a4c536604f0bfc3ee8db974ac526f905edf 1.70 MB 1,923 28
810,506 810,506 0000000000000000000370ba43cdc195b8da16f1619feec22a25b78338268b5c 2.15 MB 211 27
810,505 810,505 00000000000000000004733c857d80f3049b403ca9d104b294273737e7c45d7c 1.88 MB 1,911 29
810,504 810,504 00000000000000000004de6249b46e9e09ce44eed666bd1970c5c814bfcb599c 1.96 MB 497 29
810,503 810,503 00000000000000000004405f9a44405e2a1a8e0e51de5d8fe1903bf607b23014 1.45 MB 3,219 37
810,502 810,502 000000000000000000009d86949fee7e9e3f9eb891b4624d66442d9425b24347 1.96 MB 1,003 31
810,501 810,501 00000000000000000001eee3ba0a49c563b1e9f423e2b897f3bae58f5201a7a3 1.62 MB 3,352 37
810,500 810,500 0000000000000000000217ff8e962fc046fb839f11af8ed1577ea6813bdcd477 2.09 MB 413 31
810,499 810,499 000000000000000000020fc75623118a839b75ffbcf58853079aa5499bd8b117 2.00 MB 862 32
810,498 810,498 00000000000000000003fa24c98ebc5a168d59c0fd9e22a77c424160d87e3f07 1.86 MB 1,648 35
810,497 810,497 00000000000000000002cf502d656a7e0ecb9a3ed1f23099cdd6d4414b7bb64d 2.09 MB 698 31
810,496 810,496 00000000000000000004d955662e4dee562d622e7dbcdd7ec496ca8c2df3344d 1.67 MB 2,349 41
810,495 810,495 00000000000000000003c8a09357318c5f3258eb57493a0dc875af4d696cead6 1.37 MB 2,280 22
Previous 10 blocks ↓
Total Size: 769.17 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,633.32 GB sent, 93.79 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.