Memory Pool Memory Pool Refreshing

68,855 transactions
31.35 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,851 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,755 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,850 (37,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
832,220 832,220 00000000000000000002d55474f66e142659427e4715a325e8bfe33cb4e93b7a 1.62 MB 3,344 27
832,219 832,219 0000000000000000000291d8166da7fce37d64bfb63136b7ae5b922975b3c016 1.75 MB 2,904 36
832,218 832,218 00000000000000000001b9e612ce6662020274cae1105fb11534661d9074338b 1.80 MB 2,635 30
832,217 832,217 000000000000000000001362eeee88590004ce73d5a726dda73003b3eefe1f75 1.78 MB 2,722 25
832,216 832,216 000000000000000000019c7415899de5f0795179790fb4f44bc68a0dc74f87fc 1.65 MB 2,745 23
832,215 832,215 000000000000000000000bcbf76cb7a14b99ba878f4456528f9f8f23d33673d5 1.56 MB 1,910 20
832,214 832,214 00000000000000000000847985fb68a80bc121a75b90e088edc86a038fdd8536 1.49 MB 2,771 29
832,213 832,213 000000000000000000029b67e00036312c2ccc06aaa8c055b205517c4c0ac81e 1.73 MB 2,605 26
832,212 832,212 000000000000000000034d6b369411ce0eb5b6c98ed156a9fd110a4c3ebb7654 1.63 MB 3,204 29
832,211 832,211 0000000000000000000216c22d6cb9d427415d0039a3314c653010b1fe4b6dc3 1.91 MB 2,874 22
832,210 832,210 000000000000000000028e5a465d45b1d755e248f004c27ed943c9cb86474e08 1.78 MB 2,892 31
832,209 832,209 000000000000000000028d1ed603a3b93f6780ce97da98e207f099be0be76870 1.60 MB 3,122 31
832,208 832,208 000000000000000000033b1d4837a265adabd128bcd435f9825ba56429f1c9a2 1.82 MB 2,090 22
832,207 832,207 00000000000000000002f3a4c0df44ef1ab427bf45547af344c9341f5b17ba76 1.57 MB 2,503 24
832,206 832,206 00000000000000000001d06a52d1700ff4c0491d9ede05989e3b5eed35ffbd73 1.55 MB 1,988 23
832,205 832,205 000000000000000000035a172e36b809794f0c61f47b6ecf5b05667a36e3f551 1.53 MB 2,923 39
832,204 832,204 000000000000000000025f4b8d73fa60662c35b6d7b51cf05da3c52485400c25 1.21 MB 978 21
832,203 832,203 00000000000000000002adb4b9af5a2ee5688651c9ef78e5f1c56349545db3f3 1.69 MB 3,101 27
832,202 832,202 00000000000000000000668221bfbede0ace856286e158edbfdac3c2993efb97 1.56 MB 3,283 33
832,201 832,201 000000000000000000009d74fd7c65196ffefaa0041975f08876c1bbc062209f 1.69 MB 2,934 27
832,200 832,200 00000000000000000001cc2e708b0c0a7780c41efa47563f8480fd631a4ce1c0 1.56 MB 2,878 33
Previous 10 blocks ↓
Total Size: 699.18 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: 2,126.32 GB sent, 205.11 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.