Memory Pool Memory Pool Refreshing

22,591 transactions
30.80 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,141 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,705 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,140 (1,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,124 863,124 00000000000000000000f759530205936481cde7981b1cccf92eea7315be3eca 1.59 MB 2,469 6
863,123 863,123 00000000000000000000caf48fd0e282fb0d1ec99ce267847b5b2d5202fced77 1.73 MB 2,703 5
863,122 863,122 00000000000000000002fcc6fdcf06585cd50c958f7c7a74df94955115b16dfb 1.50 MB 1,879 3
863,121 863,121 00000000000000000000dfb4108405e5038e75526f2767297ce93a2455250422 1.83 MB 3,353 6
863,120 863,120 0000000000000000000225b70d2072e2d120bbd1bcee0572462d5cbd4a90eebd 2.19 MB 1,709 4
863,119 863,119 00000000000000000002d41c32106cebcdbdfdefa2b3d9b4921792ce19ad47c3 1.51 MB 3,125 9
863,118 863,118 00000000000000000002b4bbde290796f4dc4a4c2ddb46d0acd2ee8155b8b3f7 0.00 MB 1 0
863,117 863,117 00000000000000000001fae615c30be855d857e4ca76413cc55c55b2b2f3bfe0 1.77 MB 1,199 3
863,116 863,116 00000000000000000000643f52f604697c632085c21617aa2bf3b1bf4d519a13 1.97 MB 2,766 5
863,115 863,115 0000000000000000000162eca123cda4b015bdf4efb1095ea7f0cc3205b293a9 1.79 MB 3,370 6
863,114 863,114 00000000000000000000427bc5b1caf67308168064c06eb7d900906151a6db27 1.72 MB 2,755 9
863,113 863,113 000000000000000000021d8257a0d25dd6b49172374cc2ff0bd62be7ba589a32 1.93 MB 1,722 6
863,112 863,112 00000000000000000000c76d313efae0e1d9f485be822219bb4672afedd7f8cc 1.66 MB 3,265 15
863,111 863,111 00000000000000000002cf543797ae65c37a8c518269d54faa2984ea9e41d5b9 1.73 MB 2,979 14
863,110 863,110 0000000000000000000108c06f9ff10c44a5440716f7718943987e604a8ba833 1.96 MB 2,446 8
863,109 863,109 000000000000000000022c194cc7df0b36b061fc0460645f143dbd0058b00496 2.40 MB 1,894 7
863,108 863,108 000000000000000000014c9ef42e9c90adbd5035e08f0662ad6ab93d88cf657c 1.62 MB 1,337 6
863,107 863,107 00000000000000000000ea89d76fee03f572c293b98766d082d938965d280c7c 1.64 MB 1,825 7
863,106 863,106 000000000000000000015ff1aa3c18305cd8ff4833419444653e832a2e287631 1.96 MB 2,256 10
863,105 863,105 00000000000000000002731dbf45ab1a9386dc224e71cde7c9a0e48fac391b22 2.36 MB 3,292 8
863,104 863,104 000000000000000000022daf32a425d00538dc517e7219e5527d606af6f9d6f8 2.01 MB 3,200 11
Previous 10 blocks ↓
Total Size: 688.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,623.27 GB sent, 126.99 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.