Memory Pool Memory Pool Refreshing

5,168 transactions
1.66 vMB
Show Random Selection Loading Transactions
Max Size: 10/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,846 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,018 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (96,339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
811,506 811,506 00000000000000000002d75e5d0d9e076490c2843e53d6aa10c258a237362d3e 1.56 MB 3,956 29
811,505 811,505 00000000000000000003aa700856f2f2c19dee58dc0d42db3c303f61682589ab 1.68 MB 839 5
811,504 811,504 000000000000000000024db11489a54e32ef630cda290258b7f85424ceecd094 1.79 MB 1,044 3
811,503 811,503 00000000000000000001a7226413c21773a990641a270312ba9f214e893468c7 1.56 MB 3,696 21
811,502 811,502 00000000000000000001d76cf45cf36c6dd865f73444c93acd9a167a802b6848 1.87 MB 1,782 10
811,501 811,501 00000000000000000001ba3dc8ca926248456de13b2a42a4125fbcfbb080a499 1.62 MB 2,363 8
811,500 811,500 000000000000000000003a1c90516eaa88ee957c03bed0c583b434cce786f572 1.60 MB 3,659 26
811,499 811,499 00000000000000000001d1b93cb29a01dbd15d0da59b6d8ff7b8ddf92e0fdb7b 1.66 MB 1,818 10
811,498 811,498 00000000000000000003603645ff6585ce294bb13890a794ad0b937e4109b61b 1.53 MB 3,068 23
811,497 811,497 000000000000000000023c0eb6dc802971e1df7a91d1e209bc4c34e78bde31d2 1.51 MB 1,386 8
811,496 811,496 00000000000000000001d2f29265d58de42e8db9c05df0e4e9886d36c063f0f6 1.62 MB 2,696 15
811,495 811,495 00000000000000000000bd684e36789d16da2cf5b08b47deb72d1448a73eae5c 1.66 MB 1,354 11
811,494 811,494 0000000000000000000000d3be4f881d0940292671ffa5c2095bc019283aec63 1.52 MB 2,662 19
811,493 811,493 000000000000000000037ae82f2e02f8e78b380bd084487851e68c897cc80ecb 1.48 MB 2,588 23
811,492 811,492 000000000000000000047c74cf77b59f5c02b8fad1cdeb6feb5a6fb09785b9b1 1.25 MB 1,352 40
811,491 811,491 0000000000000000000121157fd14760a9cbac93606b481caa78a693ab716ba6 2.03 MB 1,018 4
811,490 811,490 0000000000000000000300ff0d7f7d083f5caf573575fcf633601c6384c6b638 1.61 MB 2,880 16
811,489 811,489 0000000000000000000471bb96ccd97acd3f71414ae67d48ab1599d6a29c8d7f 2.09 MB 522 3
811,488 811,488 00000000000000000000359051e598b308299311a71f291f271791263f329ef3 2.13 MB 427 2
811,487 811,487 00000000000000000003b7e9e64ffdaea4736bb6b25e1bb2e323fefbe2d7e0d2 1.99 MB 1,390 8
811,486 811,486 0000000000000000000304db2225d93f709e00dd851fa723dfdc71f0bd30c673 2.18 MB 59 1
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.