Memory Pool Memory Pool Refreshing

44,273 transactions
33.10 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,244 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,345 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,243 (361,381 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
501,849 501,849 0000000000000000004ecedc7d6d89c51008e75a4f3544a0c22b14dd6d9619af 1.04 MB 1,941 433
501,848 501,848 0000000000000000003dc8c319dfbae6d7d3133c8a453f51a710b2ba4abc742a 1.01 MB 1,946 198
501,847 501,847 0000000000000000006395e15b3abee436a30bc0faabab8326afe2e7af40c84d 1.02 MB 1,906 286
501,846 501,846 0000000000000000007ce7c3d802eae732269d60f34b7588be745076973b1e9e 1.02 MB 1,277 177
501,845 501,845 0000000000000000007eab4e555914c027145c36d0af27dfec5766d73d13d46e 1.05 MB 1,426 155
501,844 501,844 00000000000000000086be380ab051b4852a789ca0c7cb1d6744aaef10bbd291 1.06 MB 1,157 110
501,843 501,843 0000000000000000001ffb72403af6329a9bd630f59c998c6ffc6c5568b42636 1.09 MB 1,793 346
501,842 501,842 0000000000000000002a8798595ce65aeef97b6d130b30bdec101130927e1508 1.11 MB 1,575 228
Previous 10 blocks ↓
Total Size: 686.58 GB

Node Information

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