Memory Pool Memory Pool Refreshing

11,109 transactions
3.33 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (610,218 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,497 297,497 000000000000000001f139464dc8b469c99604004c5030186b2017e0ce0d5203 0.50 MB 1,723 92
297,496 297,496 00000000000000009ada8d1bcaebe4f47dd012f208fac2880f41591004734dc3 0.12 MB 256 103
297,495 297,495 00000000000000001fb86ae8e043340da370bb3275a0e4ab4e71c375b3d62f05 0.35 MB 982 53
297,494 297,494 0000000000000000789ceab714eeb38db024778759ce0b48c14c7f40cf94de09 0.35 MB 1,099 76
297,493 297,493 0000000000000000091ae589c034bc0466e2feca51dc018bb2c3303e8ab8648b 0.50 MB 945 25
297,492 297,492 000000000000000001c5646a83e02f466840bcab041b7d97b33cc3e223c530fc 0.35 MB 1,063 57
297,491 297,491 00000000000000007e5e771c2f4fb30673a5265cb8e59a96a30f1e1e8253f756 0.24 MB 512 62
297,490 297,490 00000000000000002a0849271932b0b39c914b53400e972e04ddd12c372c8708 0.04 MB 89 33
297,489 297,489 00000000000000008df1a543f11fb451b56e00b1e1cd0ad6df8559766f8d954c 0.00 MB 1 0
297,488 297,488 000000000000000032cec49264cef45d21f83355bdcc112919c47e3ec495d0c2 0.08 MB 109 35
297,487 297,487 0000000000000000642d8c2922a5033bcb2be3bcee9cb340e129a09e573b02a0 0.25 MB 502 37
297,486 297,486 00000000000000003d5f2a2a68690093cd99f8af1bc8395061251017019cc30a 0.10 MB 158 33
297,485 297,485 00000000000000004bcac2cf51083e2afe64727d7bdbe9758e6551c0f70d5236 0.04 MB 84 36
297,484 297,484 00000000000000000164db7bf116ab931f2e67e4a96a9483d5c2b0da38c70d19 0.27 MB 497 34
297,483 297,483 00000000000000008ef92150024587a646fbaf1fe33fd8890d49e426c9638b51 0.25 MB 402 32
297,482 297,482 000000000000000056d984f8a2a36a33d74b36a6f97d3099d8e9b4a02ae81c00 0.25 MB 510 42
297,481 297,481 000000000000000035237b5dc0fb4de4ebfbc777b750b67dbfdb18425cfe79f0 0.06 MB 105 32
297,480 297,480 000000000000000076db0eff317b3c90adf829f6376187545730384af3a59fb8 0.22 MB 288 32
297,479 297,479 00000000000000008abdaefaef578314d3d006e12f6278c4944524f10556eabd 0.29 MB 298 16
297,478 297,478 00000000000000001d14c80d8754cbe8502ad416719f51152a4c11f65ee8fe59 0.35 MB 668 69
297,477 297,477 000000000000000064b4397de78e9eaef9040e79b0d1d58ad16390e8fb4ab907 0.29 MB 119 43
Previous 10 blocks ↓
Total Size: 769.01 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,621.49 GB sent, 92.91 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.