Memory Pool Memory Pool Refreshing

27,002 transactions
28.88 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,569 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,628 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,568 (456 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
863,112 863,112 00000000000000000000c76d313efae0e1d9f485be822219bb4672afedd7f8cc 1.66 MB 3,265 15
863,111 863,111 00000000000000000002cf543797ae65c37a8c518269d54faa2984ea9e41d5b9 1.73 MB 2,979 14
863,110 863,110 0000000000000000000108c06f9ff10c44a5440716f7718943987e604a8ba833 1.96 MB 2,446 8
863,109 863,109 000000000000000000022c194cc7df0b36b061fc0460645f143dbd0058b00496 2.40 MB 1,894 7
863,108 863,108 000000000000000000014c9ef42e9c90adbd5035e08f0662ad6ab93d88cf657c 1.62 MB 1,337 6
863,107 863,107 00000000000000000000ea89d76fee03f572c293b98766d082d938965d280c7c 1.64 MB 1,825 7
863,106 863,106 000000000000000000015ff1aa3c18305cd8ff4833419444653e832a2e287631 1.96 MB 2,256 10
863,105 863,105 00000000000000000002731dbf45ab1a9386dc224e71cde7c9a0e48fac391b22 2.36 MB 3,292 8
863,104 863,104 000000000000000000022daf32a425d00538dc517e7219e5527d606af6f9d6f8 2.01 MB 3,200 11
863,103 863,103 000000000000000000024064600c0567c807c6aa6c3c1142ccea66191f4fe9d4 1.89 MB 2,674 12
863,102 863,102 000000000000000000015f40367d6a4b1b48828e4514f3a352a1d5c157bd4d2a 1.68 MB 2,668 12
863,101 863,101 000000000000000000004598f6df8ca14d4040b0c73cc676f0a19882ce150e05 1.82 MB 2,571 12
863,100 863,100 00000000000000000001d551a2dd693f295da1380bec0af4b92527de2d22d48a 1.77 MB 3,236 14
863,099 863,099 00000000000000000000786c83f1f8025e5802fbac78e7e72da3e097abb2193b 1.64 MB 3,737 18
863,098 863,098 00000000000000000001153b6897177498bcc044bd31a4290aa877efb1b0e225 1.57 MB 3,408 18
863,097 863,097 000000000000000000026ebae01e6f16374bd7b0aac52bb6b327b2b95a0e75d3 1.49 MB 3,206 17
863,096 863,096 00000000000000000002856c4d018db95088b9008fc1638aa7cc7e90e32da48d 1.59 MB 3,781 21
863,095 863,095 00000000000000000000fdad1f364de404eb786711e9a271607ba8995d537105 1.48 MB 3,277 33
863,094 863,094 000000000000000000000945087a03eb5717faf202750a2735f6cd463b7ac885 1.39 MB 4,448 32
863,093 863,093 000000000000000000016a60714b09002b07702665d7d84512e0940a865844cd 1.58 MB 5,854 9
863,092 863,092 000000000000000000022168dd0e4e5e35e81a567f869c206644a63daaf2cf0d 2.07 MB 3,821 7
Previous 10 blocks ↓
Total Size: 687.20 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,510.35 GB sent, 120.12 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.