Memory Pool Memory Pool Refreshing

10,176 transactions
3.21 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,297 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (566,954 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
340,884 340,884 000000000000000012d445c889ac92145d3e2f3b29abbc725d411d3cab8a1d52 0.75 MB 1,676 29
340,883 340,883 00000000000000000cb805809c0c6bef41c829114ba182e42d3560fb7e7ff500 0.27 MB 534 28
340,882 340,882 0000000000000000070ff66bca8791d2401e8673256522c2214b4f5d2975c509 0.10 MB 183 22
340,881 340,881 00000000000000000e81b0b1117850a64d2119ebf6c9b9cecff64cc66586b8b9 0.08 MB 175 19
340,880 340,880 00000000000000001733f1efb6c9d2ced17fc0187e76eca78856a763119ae690 0.06 MB 64 10
340,879 340,879 000000000000000010e2150cbbb91670bf71486ab30eb5d7edfb303368fe9b0f 0.30 MB 575 24
340,878 340,878 00000000000000000c582a29ecf4287c63895dcd67c9a71a644e068af6a46b55 0.41 MB 545 17
340,877 340,877 000000000000000000a4d9e318a91785cee060d380eedbec5206f99e90d8d911 0.25 MB 712 32
340,876 340,876 00000000000000000a405b7e95275b45fa6c5d186dbb463bf053f682bac778bd 0.75 MB 1,323 24
340,875 340,875 000000000000000009946c063a617ac017876eac40f44a38381fd1a4cd053fcb 0.06 MB 175 33
340,874 340,874 000000000000000005a50dde9c4522c05b6b9051dd04b450b9c6721483c213b9 0.27 MB 355 18
340,873 340,873 00000000000000000a157279fa9445c6ae3319214488ad22268271bc46d8b7a9 0.14 MB 213 16
340,872 340,872 0000000000000000119d7218b02c6b15db947f74cd9cc799adcaa9381a6a200e 0.25 MB 551 24
340,871 340,871 0000000000000000082458dc68b82ffe71496f2360a5ce1723f149aea4205a89 0.41 MB 910 27
340,870 340,870 00000000000000000c068f423ef023136573f103995e39af0aa0b5c7b9d9ee84 0.55 MB 1,292 28
340,869 340,869 00000000000000001253635c5a4f7783cdd182a91da63111ef1d886adc38659b 0.55 MB 1,126 26
340,868 340,868 00000000000000000ec8dd44c9f1176d873fd99e1b9e1934e2f89431a98ce5f9 0.28 MB 515 23
340,867 340,867 0000000000000000194151d53dcd206379378561a079f1804d0331afa8e973a7 0.33 MB 671 26
340,866 340,866 000000000000000000280ec087bd242095ce5f88802e0968f635ed0c1c17db8f 0.28 MB 499 25
340,865 340,865 00000000000000001597647e1d3dd87d3f2b25e30dbf1714609d5a10c2acbe68 0.00 MB 1 0
340,864 340,864 000000000000000002fd9857ccb98eed7876cc2603dfed6656b8a296a6770af9 0.10 MB 56 4
Previous 10 blocks ↓
Total Size: 769.24 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.05 GB sent, 94.13 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.