Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,951 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,137 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,950 (406,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
501,870 501,870 0000000000000000007764feb978401e7e88aa3ff693370dbadb3702370b78bb 1.06 MB 1,873 378
501,869 501,869 00000000000000000068075fa036e7f8fe0e24fd19d2e4629a85ea770d5cac31 1.09 MB 2,475 515
501,868 501,868 00000000000000000020d7973e63430b22547b102c6fa5d4a96ef2dfb57a9380 1.01 MB 1,299 75
501,867 501,867 00000000000000000050e6e3d006f698e25292619e8d8153658243b65899bd26 1.02 MB 1,045 216
501,866 501,866 0000000000000000004219e36766d21504a973f8c5ced65969aa5dfba5841fb6 1.00 MB 155 169
501,865 501,865 0000000000000000006c1cda0b3bf3094ba2919bbf91f635ff99c6df202cc3e8 1.04 MB 909 271
501,864 501,864 0000000000000000007f60cbe19c1314971a9020f5620b17396901484bca3fad 1.08 MB 2,991 551
501,863 501,863 000000000000000000496f312b37418331e0a5efbe17995a10cf75a3a7ddb920 1.10 MB 2,189 429
501,862 501,862 0000000000000000000c484927887051c4dc6cbc3a1cdf69b7b433d4806c8916 1.12 MB 2,499 497
501,861 501,861 0000000000000000001cbe9cef2dcd954680dec1414f93c112275f003da5290d 1.00 MB 1,656 224
501,860 501,860 00000000000000000040514f42e3a5dd4a973d588267529c0436765046a2743c 1.05 MB 2,015 310
501,859 501,859 0000000000000000001c00c24683a9e7dee701a16232d9f1337ceb14fbf8d15c 1.07 MB 1,440 299
501,858 501,858 000000000000000000490c6895ff745ce3fb1f28d1823b22f5fbaca40f35d41d 1.03 MB 835 195
501,857 501,857 00000000000000000066974747a9e0cfffe2cc4b7e2b53884c9d7c27e0f19f7e 1.02 MB 1,012 79
501,856 501,856 0000000000000000008bc268ccae50de1360b085f135ac7aafb0521a769a3548 1.09 MB 1,095 264
501,855 501,855 0000000000000000007231a7da859b9dd1f05068b78e829aef6972c9740587ac 1.04 MB 1,044 207
501,854 501,854 0000000000000000001bc8616410ee1f921e67997db7684db23dbdc71bf0a4f6 1.06 MB 1,585 94
501,853 501,853 0000000000000000002052119e126e83d3cc368b900f7cf1285afafd8b55944b 0.00 MB 1 0
501,852 501,852 0000000000000000007f63926a861058f3e08d65dc82af3d3e5532ea779ed03e 1.20 MB 1,042 92
501,851 501,851 000000000000000000102c93185451ad3fd47c091dec282d7443fc24d19edf59 1.07 MB 2,412 587
501,850 501,850 00000000000000000038e1e0d085fffed5ae330d61d9e5d3877bd287f6ad9b1a 1.03 MB 840 257
Previous 10 blocks ↓
Total Size: 769.45 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,646.06 GB sent, 95.22 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.