Memory Pool Memory Pool Refreshing

7,136 transactions
2.68 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,853 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (717,825 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,874 189,874 000000000000068c932199d0eedb9c1c167697b9e9de0da9df3a4032b60edd60 0.23 MB 496 116
189,873 189,873 000000000000077dc8a3340fb40049fafb667bedece0e23770e6a6e9b059873d 0.25 MB 631 140
189,872 189,872 000000000000079be58b3767e62cda2bcb04ae5359436bd2e4e7c64ea83c22ef 0.00 MB 1 0
189,871 189,871 00000000000004fa5e8e4cc0f1ac22c85d0a3f99481e2192cbe28829682173c2 0.05 MB 136 82
189,870 189,870 00000000000007ba0008df0d208b1657c1a5d0e97729e10380be26463775e3c2 0.25 MB 571 732
189,869 189,869 000000000000061b9d91c1f5c68a368a6b673cca67ab00a16f05f3ba7be65b77 0.23 MB 514 114
189,868 189,868 00000000000004bcbbe1dc67e1f1cd74a426a5a482c180ebc7c8b5dc324f3b53 0.00 MB 1 0
189,867 189,867 0000000000000004e3b08af7d1cf30ac780e9d1e7477829517c50bbee716a26f 0.02 MB 65 18
189,866 189,866 00000000000006aa5331e76ff573ddcc5267284ca2b6da5a5a7adb56331838bc 0.05 MB 94 173
189,865 189,865 000000000000041f918408bc18409360597abd23ce3e070b3961e9cf7def16b0 0.04 MB 126 202
189,864 189,864 00000000000008b48fffed76a62d832271a273a14955923887d1e6e28389ceed 0.04 MB 125 14
189,863 189,863 00000000000001a843293ccbc7a1b148881c303244356453f83580b5b6c0eb39 0.05 MB 122 77
189,862 189,862 00000000000007ff83a56db50d14ef86d2be53d326222bbbb75943a1a1fe7a85 0.25 MB 498 141
189,861 189,861 0000000000000888a22c53a5e7724a1fa96190a72c23f41fcd46f5720cf25400 0.22 MB 512 242
189,860 189,860 00000000000001865985d7fed6ac06eec3edb9af79238e4f18f79fdc44dd96c8 0.05 MB 149 14,572
189,859 189,859 000000000000057d19a525a1c1e652b5c6799ea5c90593c4d2df7554aa211cce 0.05 MB 142 141
189,858 189,858 00000000000007ea42fb5dccdd1fb5a7eb7c81860199501f756efe2e89b19d3c 0.01 MB 20 113
189,857 189,857 00000000000008e0fb4f0d95907e33e5de9d46b126d83957c6ac29c0b1486601 0.15 MB 282 123
189,856 189,856 000000000000011869d8bc393d15fb583173ee3bab912764840a6a7b1b4b5155 0.05 MB 121 493
189,855 189,855 00000000000000f47e6a1a18169e694ed485e52165db6a468bafc6a2c6bf41cc 0.37 MB 615 99
189,854 189,854 00000000000006e79278cbfcd199d3510a13c8fdd46887d334f7f082f37ff94d 0.05 MB 116 78
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.