Memory Pool Memory Pool Refreshing

41,583 transactions
24.62 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,580 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,147 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,579 (141,253 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
721,326 721,326 000000000000000000028f5f53c33ea9d77bd37b76518e6a43549bdbb698a407 1.15 MB 1,343 3
721,325 721,325 00000000000000000002e793c82b887a4ccea4288ecea49184fdf3a5e045d852 1.73 MB 1,432 6
721,324 721,324 00000000000000000001ba6b53e05085ec3710ada1379ac5f3095e9795224c81 1.71 MB 2,833 2
721,323 721,323 000000000000000000065322dcba26be58c94f2821036a455ca4fb913ab9151a 1.55 MB 2,789 13
721,322 721,322 0000000000000000000826c9ec92a5abffdac4bd452af07bc86e3dcfee78ee27 1.46 MB 2,716 7
721,321 721,321 00000000000000000008313625c32aa2f9c4a2faaf13f6198cc0c0295a10f9da 1.42 MB 2,414 10
721,320 721,320 00000000000000000000f222a6851763c68cd05adbaf80afa1744f1287daa87c 1.06 MB 128 4
721,319 721,319 000000000000000000047ea2b55047685c4d8f20d9f3ad9ee682b7aa237bfee3 1.22 MB 1,212 6
721,318 721,318 00000000000000000006bb859a85950edb2e5e11ef5d2c55a1fa7cd7cc5cdac5 1.69 MB 2,575 12
721,317 721,317 0000000000000000000496a86f9e5cf186b8bba10372051f8ce561519416602e 1.52 MB 2,406 12
721,316 721,316 0000000000000000000a6f8bddc2e4d7e2f53ecd7d03fd1851c47bb61133608e 1.52 MB 3,395 18
721,315 721,315 00000000000000000009baf97a516d001e4451a065035b014ddaa06b190c5c5b 1.53 MB 2,311 5
721,314 721,314 00000000000000000005be7400727a5df728c899c9762830660d624891a6d6fd 1.44 MB 3,240 15
721,313 721,313 00000000000000000009825518fdd1a63b16a6b9e07f3018ffc8a9e855bd72f6 1.49 MB 3,219 18
721,312 721,312 0000000000000000000238fd781a8aad88960cad2459ab3698044d9cb5b889a4 0.01 MB 30 5
721,311 721,311 0000000000000000000838523baafc5f5904e472de7ffba2a431b53179a03eb3 0.49 MB 826 13
721,310 721,310 00000000000000000007a79a2e930f8f9ee5b6a970d36300416dff40499e294a 1.17 MB 1,031 5
721,309 721,309 0000000000000000000a89c29becb74a5985b6a4db9f5cd93d2c102ff15ceb21 1.54 MB 2,768 7
721,308 721,308 0000000000000000000086658afe1519fdd97ef6371a16f1934f2f4255e86b0c 1.22 MB 1,161 6
721,307 721,307 0000000000000000000891f4303e7ddee8d31a012f38f86d3cc11b6396c5ba67 1.47 MB 3,048 16
721,306 721,306 00000000000000000002c44bb9ebaaaa000c1835b096d6113ef309ebee61d896 0.24 MB 247 7
Previous 10 blocks ↓
Total Size: 685.27 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,376.30 GB sent, 107.47 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.