Memory Pool Memory Pool Refreshing

23,394 transactions
25.29 vMB
Show Random Selection Loading Transactions
Max Size: 146/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,070 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 1,601 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,069 (47,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
814,226 814,226 00000000000000000000d0e7f30959a9c6398afcc0b660391d3295f3284a6e0f 1.29 MB 1,861 9
814,225 814,225 00000000000000000001cf3999c07ab03488d76d7b0fa27548ce6e1a0654badc 1.71 MB 4,165 4
814,224 814,224 00000000000000000001a51f763c1db69a8c2f2ed37f6cc4293170ad6af0ac1d 1.61 MB 3,470 12
814,223 814,223 000000000000000000028e29be54ef0bc3c3550f57df713789f51936ef68addb 1.75 MB 4,215 6
814,222 814,222 00000000000000000003a35c6c8646c779561a837b5fc37680b02f8dc6837dcc 1.81 MB 4,306 7
814,221 814,221 00000000000000000000f2682c60540be489cba8d71ac1c3052ffa4d44c09223 1.79 MB 4,541 13
814,220 814,220 00000000000000000001255fa5146e43fde6a5654cf95392176be3107119cfd9 1.42 MB 2,022 5
814,219 814,219 00000000000000000000ff5e88cb08dcabea8bfa3e024a5e97e8ca76d7e2ee9f 1.64 MB 2,918 17
814,218 814,218 000000000000000000005516fe069e91950ce20594e6365cd783a52816d7a735 1.46 MB 3,699 32
814,217 814,217 00000000000000000001afe82dd81883317e6ea3261d8507752e7c3789847bf3 1.56 MB 2,837 18
814,216 814,216 000000000000000000020a32b17639a4a2d9ba358e6075388cf48a7019ebd446 1.70 MB 3,535 5
814,215 814,215 00000000000000000002512d3553e802b428f30e3df44ba6391c9ae182e893c6 1.66 MB 3,913 13
814,214 814,214 00000000000000000000b631c685348a9b0ae031b0930f1a75d2ecf5c7a1dc09 2.00 MB 131 2
814,213 814,213 00000000000000000001bf582040b7460e8306f62425e65335cf7525914f8778 2.01 MB 1,313 8
814,212 814,212 000000000000000000012fea65da553a08ae7efd8a5342d4079f4801d1a7a5db 2.01 MB 4,430 4
814,211 814,211 00000000000000000002ed67aca6eb60a994e42b9ca45341b3415e6cc0484d78 1.74 MB 2,802 3
814,210 814,210 00000000000000000003a37fccfd1f45aa08f52b94285b2290dcb7042b0db08b 1.78 MB 4,757 10
814,209 814,209 00000000000000000002bb1616a6de74051189d3a1349286ba8d81674721ad92 1.84 MB 4,457 4
814,208 814,208 000000000000000000027bf0f13ec3bc789d2dd3593ed12fa9d86d3885f2beaa 1.77 MB 3,940 11
814,207 814,207 00000000000000000000195d94dd1a71a563b8bed5dbaed8153a8cf912f27d86 1.74 MB 3,737 13
814,206 814,206 0000000000000000000231059bf1d302be25f153b3147a5600452f15e882488f 1.50 MB 2,881 12
Previous 10 blocks ↓
Total Size: 684.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,332.96 GB sent, 100.27 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.