Memory Pool Memory Pool Refreshing

19,598 transactions
28.58 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,711 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,525 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,710 (28,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
835,400 835,400 00000000000000000000beb1a4ed06e92bca7f761d1a7e32fc96f9d5df9922c9 1.90 MB 1,798 15
835,399 835,399 00000000000000000002a482485df522c5b86f2869c5425f5be7b888d86a024c 1.69 MB 2,488 21
835,398 835,398 00000000000000000001ef04f9b28de6465fdd0762ece96a3d7e75e3560173b8 1.70 MB 3,259 29
835,397 835,397 00000000000000000003200b7ade724ca65749436ce50f42cfe8f534cc4da316 1.76 MB 3,198 22
835,396 835,396 00000000000000000002fa2c0ff7bf77fdc80761130905093e08d80954dcde96 1.65 MB 3,110 20
835,395 835,395 00000000000000000000f9a76a5f12dd792c9043f0715b1b49571d7b717df514 1.64 MB 3,222 27
835,394 835,394 000000000000000000004c11c8083e1e815b76d8ec4c98b5442e2bb8a0a3c8ca 1.65 MB 3,062 26
835,393 835,393 0000000000000000000274ab2523cae8073e4c86cb2442acf9c500e54e471411 1.58 MB 2,981 40
835,392 835,392 00000000000000000001c86c1e42b72c93b405c67ed6bab305ab4cd23c7ca796 1.59 MB 3,064 29
835,391 835,391 00000000000000000002e2002164799a1b6b96081c67002397c28bcb370a9800 1.58 MB 3,362 44
835,390 835,390 000000000000000000005d55276bdab0044e25ae890422972d34f2e456634b8d 1.62 MB 3,365 39
835,389 835,389 0000000000000000000156b78efca111c021778e0a58f11c561d0e731947edee 1.50 MB 2,552 23
835,388 835,388 000000000000000000028ad7c164e44b5bfd29422027026a22aff95a58957cba 1.64 MB 3,228 37
835,387 835,387 00000000000000000000e85174c561fd042c961d1e2f7ef241b217a9cfb4ead6 1.68 MB 2,961 43
835,386 835,386 000000000000000000011645ca433b9b720096ab39de982f85bee18c9416fedf 1.70 MB 3,300 36
835,385 835,385 00000000000000000001567e4129a57d00b5d00a4a09e41a5d72a1497fc75e67 1.73 MB 3,704 25
835,384 835,384 000000000000000000012aa71f84a4d934e802eb1a125915b482135336c86ad3 1.67 MB 3,472 38
835,383 835,383 0000000000000000000162f976b01ca7f2436a7daf617dc811fedaa5de7b28ce 1.70 MB 3,639 35
835,382 835,382 00000000000000000001281304c299e16210b6491265b9f80171e175fd1e449d 1.63 MB 3,608 47
835,381 835,381 0000000000000000000302defb9a4a39385a55d3416d6ae67289376015c9be0b 1.58 MB 3,353 57
835,380 835,380 00000000000000000002448ff46802324589ef73221c5442cd9198943ebb0649 1.78 MB 3,712 41
Previous 10 blocks ↓
Total Size: 687.46 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,518.86 GB sent, 122.08 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.