Memory Pool Memory Pool Refreshing

12,170 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,739 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,707 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,738 (836,233 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,505 72,505 00000000000914b29d9863137d23ddf4c8720b8bdb92bd66c2f47dd87b1c97b3 0.00 MB 4 0
72,504 72,504 0000000000d87a48ff07a257865c22d232f61e44dd72e8aafccf40db25d8d18b 0.00 MB 1 0
72,503 72,503 0000000000e37c4795d3d47607fcf99cec417807cbef6b31f8ec7e01fe7ee7f2 0.00 MB 12 0
72,502 72,502 00000000005316253c2f5f00307588984b9feea8f8e5c793614dc6371cfd07e1 0.00 MB 10 0
72,501 72,501 00000000002713a87683020f0451fb50cc9e3497e3bf32690e9221e2fcced75c 0.00 MB 17 0
72,500 72,500 0000000000f66e1534339959a6f7c9ad1aab16c4ca7ce8ab4277b71770630899 0.01 MB 21 0
72,499 72,499 000000000081fb034968ae09647f78a30678712dada458438b420a0845c0fcba 0.00 MB 1 0
72,498 72,498 0000000000ebae06c57d1f790e7d4fc89d1d5e886623c37c64d0c6f36c302e9a 0.00 MB 7 0
72,497 72,497 0000000000e6ffd035a34c17428a4f7dafb4a096bdaf7f6f577a6897072886a2 0.00 MB 2 0
72,496 72,496 00000000009abb5a8924cad31a4e87de89faadb2bbc21a559dc657069515e2b2 0.00 MB 3 0
72,495 72,495 00000000004f0b2e8ca942f9bcc738353b8a22de85a4e2054e3dfac31b9e72c7 0.00 MB 5 0
72,494 72,494 0000000000bf230b44496143d7aecda544cae9eb253eb410d9348db29ddb7894 0.01 MB 42 0
72,493 72,493 00000000009046db11e4f847d4570f55e4da778a05fd8a70bbc4944803faddfb 0.00 MB 1 0
72,492 72,492 0000000000b6d2bf3d0f0c6145c12d835d045eb399489d4a74ccecdca79b7a19 0.00 MB 1 0
72,491 72,491 0000000000da7a2e134ac1aa4a597255479fdd6ef4a6119c1395b1f15e0afae4 0.00 MB 1 0
72,490 72,490 0000000000c078d63622bd1e0a4fdce918b88326fad2f28db5c8c6880d516b6d 0.00 MB 2 0
72,489 72,489 0000000000b4de6d26cddc1c29d241b355f7707df90673e343868a6a566f4732 0.00 MB 1 0
72,488 72,488 00000000003c4f4769ec878b3a1f00e6375e233b38aeafd49370fe186c0dd05b 0.00 MB 2 0
72,487 72,487 000000000004968fce4499f77e737ca101b6f1830ab31448825e7873f214ce13 0.00 MB 2 0
72,486 72,486 000000000016d2ca341595b4039262d75bb057766c448e193ac01fd82846fcf9 0.00 MB 1 0
72,485 72,485 00000000002b44a48d4769e576413e708411f383d795843b8e94777e3b7a9e10 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.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,855.53 GB sent, 102.38 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.