Memory Pool Memory Pool Refreshing

1,655 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,636 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (126,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
781,503 781,503 0000000000000000000312d60e5511dc78782480ef40eb3a7c5a54a1f640a177 1.50 MB 3,223 41
781,502 781,502 00000000000000000005bd730d61902a1a6cfb3c8a69eb7f5540720e2f2a405d 3.38 MB 1,035 10
781,501 781,501 00000000000000000002a6d5135fdb1a4edacb9c0be74f1339a420f8bdaa27ca 2.02 MB 2,550 14
781,500 781,500 000000000000000000059ef9b3d503ebe39dc34f3599a8f5b0784a118c752ef8 1.82 MB 2,484 23
781,499 781,499 000000000000000000057ba168a2f435817bf7bc41b07f9db573fa318e67fcff 1.74 MB 2,696 29
781,498 781,498 000000000000000000066ba7eb6c57c1991ceb51afe04955986408a389fa52c1 2.52 MB 1,444 10
781,497 781,497 000000000000000000063209481ff00986950192af157d291085051461c3f988 1.77 MB 2,113 25
781,496 781,496 000000000000000000028e52d291fcd4ffadfdd98f6edb76f2b5f133b99e175b 1.36 MB 2,585 36
781,495 781,495 000000000000000000024b7ea15199fdcd42e36b6cda544f48affca7a557949e 1.88 MB 2,749 22
781,494 781,494 00000000000000000002c0044bdbba1954dc73ba3c516831a0780a8b595c3e6b 3.92 MB 152 5
781,493 781,493 000000000000000000058b1fa7693ffde06a29e77364c03908e6dc52a8640924 3.52 MB 690 8
781,492 781,492 00000000000000000003c16dc9dba651defe4248ec4a140fb504f7ec9cd27940 3.88 MB 198 5
781,491 781,491 00000000000000000004bc2a4e90913dbc5f3cbf835ac43dca616ebfec8ba0e0 2.89 MB 1,259 9
781,490 781,490 00000000000000000001cad883a9dbed5563a0167b274f29bab9d1107f397b87 2.65 MB 1,711 19
781,489 781,489 00000000000000000002045fa3a3a4e626b947f77041c9cf31991adedbc5fb93 2.17 MB 2,542 23
781,488 781,488 00000000000000000000e5090f267622896ff4fdacb352c8dde2bc9d36e1cde4 2.26 MB 1,815 14
781,487 781,487 00000000000000000000cb36faae26a886cd6c26bdde276f656258e9b4644eec 2.56 MB 1,040 7
781,486 781,486 00000000000000000005c2ffbde000cb6841a480e102b59e200c62fbfc90c291 3.60 MB 296 7
781,485 781,485 000000000000000000009011848151568e8da4a08039887f4b3474e2117ef640 2.85 MB 1,068 13
781,484 781,484 00000000000000000004f98aaa7a93463c1b7a12746fa822e106f0adf6c660fe 2.68 MB 1,422 13
781,483 781,483 000000000000000000041eb00da0b55aa16f36cd4595fa48e24b21d313714f07 3.90 MB 189 6
Previous 10 blocks ↓
Total Size: 769.13 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,630.68 GB sent, 93.52 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.