Memory Pool Memory Pool Refreshing

40,503 transactions
31.70 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,382 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,847 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,381 (37,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
824,842 824,842 00000000000000000001056d63e77231d8ac0d8c03ed19d2fdceff28289b7715 1.90 MB 4,168 46
824,841 824,841 00000000000000000002da0aab1f3bef90555375d2823d8b63f8dbf61289035b 1.92 MB 3,056 49
824,840 824,840 00000000000000000002545edd2a937ff70a6877c890d5bd20a4de5fb6639da5 1.69 MB 3,247 77
824,839 824,839 00000000000000000000e205f4449a5ddbbe5aa29964d00b05c6b88e4ad3757c 1.61 MB 3,448 67
824,838 824,838 00000000000000000002d4de9bd27e73f0dee75361861bfb11cc7a2448539780 1.50 MB 3,199 82
824,837 824,837 0000000000000000000057d6150d1af7aaa6ba5c4b12b32e328eedce4716cdc1 1.54 MB 3,532 117
824,836 824,836 0000000000000000000161f7e2e7b7466d5e57448c3e419c761fe4753887910f 1.47 MB 2,562 74
824,835 824,835 00000000000000000003d06c35c82f095a9f411d21fb53ebda255fb46be0a1ad 1.72 MB 3,058 43
824,834 824,834 00000000000000000001baf07ff09d7ba668f6ca2836fe68c46f5fce0f5ed229 1.69 MB 4,546 61
824,833 824,833 00000000000000000001d14ea01d029f3d288a19a6a4de15216603ff31c2526b 1.78 MB 3,790 53
824,832 824,832 0000000000000000000039621a5d9ce949ba0f8301a645ae93a7734a2f01f3df 1.82 MB 5,190 56
824,831 824,831 000000000000000000036b9da2ee61837cc7bee92a2a776e8f0f94394037a585 1.86 MB 5,275 69
824,830 824,830 000000000000000000012e719c72fcf1d99658f13c5e20d17945bc2865a79f78 1.56 MB 3,754 84
824,829 824,829 000000000000000000034e145d5d6e238bb92f38974af44731d3ef0f0778aeb5 1.70 MB 4,266 72
824,828 824,828 0000000000000000000165ae7920937c3573b3c64e85f059af60a0c83e1c1159 1.93 MB 4,877 58
824,827 824,827 00000000000000000001329c724c317319afefc1e907f54083669aeff05e123a 1.61 MB 3,594 55
824,826 824,826 00000000000000000003a3a271533a06a146ae3556aa14240a378ee7d7654eeb 1.78 MB 4,816 74
824,825 824,825 000000000000000000011339b6a2b7c94f24b859d4cf7f0905f42deee4608c71 1.56 MB 3,567 94
824,824 824,824 0000000000000000000154fa2a43ba8001f29e61c596ce63bc7c65ea0a85c603 1.82 MB 4,608 64
824,823 824,823 0000000000000000000171d699bc47aa822a31b0a7b73ed72df8e7ca6d3d8b36 1.80 MB 4,536 62
824,822 824,822 0000000000000000000012b9e528a81d7ed5326730cc4ca6a4a1ffc4d04cced9 1.70 MB 3,455 80
Previous 10 blocks ↓
Total Size: 684.89 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,366.29 GB sent, 104.23 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.