Memory Pool Memory Pool Refreshing

3,093 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,830 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 3,050 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (588,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,109 319,109 000000000000000015ceac21cb31f6f1865513ddfd74a9e2f8a9a51736267fa8 0.36 MB 658 28
319,108 319,108 00000000000000001772a59faa50e189b51ddcc9ccd370df86285ae076c3c10f 0.11 MB 238 24
319,107 319,107 000000000000000018e577613d8850bfecff47fa944340895b3d970596891c40 0.33 MB 420 18
319,106 319,106 00000000000000001e915a646d5f1970ab771cba1cfbccdf6d14c949d6ab2938 0.35 MB 866 37
319,105 319,105 00000000000000000965da093eb4d6f95af336175e3547a6b6ffd5afde7e8a28 0.44 MB 909 29
319,104 319,104 00000000000000002163212f57bd663b3b0aac55b0a1516d79c4ca15928b585f 0.05 MB 104 29
319,103 319,103 0000000000000000259015fc5f585e84f5bcc8d8c00ec16e7c01bdd7aaf8d97e 0.17 MB 246 20
319,102 319,102 00000000000000001686e4c8c0b0ee9db5200a617252f476eaf996ad74b23965 0.55 MB 946 25
319,101 319,101 000000000000000012f4693ef65c38b2be8d5edf0c49449ae2be506f22a8bf9d 0.08 MB 199 30
319,100 319,100 000000000000000008259704a94280601703af56b45c52f2ae4ee6aa2ce89add 0.41 MB 782 29
319,099 319,099 000000000000000003ae4879c2e86f47cc4124109eb73239b735ab1bc7f4337f 0.02 MB 40 22
319,098 319,098 0000000000000000173f3670e7a83406a073a51e4cc7afbccfde4093302c271e 0.26 MB 527 31
319,097 319,097 00000000000000001268d860f8e74fa2fd8eeb511fec0cd7114c7c4a903f9e35 0.24 MB 469 29
319,096 319,096 00000000000000002579249a721c9b64931e651cd15f9dc0c635f02fa7c07264 0.44 MB 816 24
319,095 319,095 000000000000000000c5eee6ddc73add2bc5493899ac3b1245a547ef0a283910 0.16 MB 512 49
319,094 319,094 000000000000000027415162c2c53fc3333fae8bbd408ca5348c8296815cb6ad 0.13 MB 297 23
319,093 319,093 00000000000000002327e211b51027f0baa8756df69d77cc1cb7b3d63327005f 0.59 MB 1,112 44
319,092 319,092 00000000000000000fbd1cd728e51a5ee11d889e28a71bce308c5e5a95951ef6 0.67 MB 1,339 30
319,091 319,091 00000000000000001e32dda8f6541af3a9718b147f6e8b148681be7cd9efd17b 0.57 MB 761 24
319,090 319,090 00000000000000001e8c9978a6e6ac670d1aea0b78ab2f2f007d50401d40daf4 0.35 MB 717 30
319,089 319,089 0000000000000000009b98d9224bf7fb076131c33a139d8b70323881b71c6e4b 0.14 MB 82 5
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.03 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.