Memory Pool Memory Pool Refreshing

55,695 transactions
36.16 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,444 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,052 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,443 (1,150 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
873,293 873,293 00000000000000000001daf63b783e983385d2d53eacc08eed5ef06f30857651 1.53 MB 5,860 6
873,292 873,292 000000000000000000024e5039d45d4c6e19a1b0ab93cf0983a166558241ad55 1.46 MB 6,776 9
873,291 873,291 00000000000000000000c9ce84ee005b5e2aed4e13c4acb986233e1956ecd63b 1.45 MB 6,784 10
873,290 873,290 0000000000000000000012fb20ed057d677b735f0a14bb3f0da07fd50884ced6 1.49 MB 6,979 7
873,289 873,289 00000000000000000002a728c6a38e07e24ea53a0017d99ef62a05017a536db9 1.59 MB 6,222 7
873,288 873,288 000000000000000000007851c46c1875315f6b1256c5dfa26a489dd82c6d1497 1.57 MB 5,855 7
873,287 873,287 000000000000000000028470aa49c63f0013f862fc8d185f6fd69aa761e1f05c 1.56 MB 6,125 7
873,286 873,286 000000000000000000023ceb6ffe9d5861146371944c156f1b22606cb593f868 1.51 MB 5,683 9
873,285 873,285 00000000000000000002a2cad3d92a8e46b3ddc2dae0addd0277e2a24228f139 1.45 MB 4,115 8
873,284 873,284 00000000000000000000e06b0b5e291569def0a058311a52c8d5a79f937c415a 1.69 MB 5,162 5
873,283 873,283 00000000000000000001516f7e77f566134b456ac6e6c11a522d5b6e9d987df7 1.74 MB 4,252 4
873,282 873,282 0000000000000000000257282a455b0e755f59e3366207e0433f79d2e67c99bb 1.49 MB 2,620 5
873,281 873,281 00000000000000000001ed998fe6529dc33e4c2e4b6f6e9201780ced3f0244ec 1.47 MB 1,910 4
873,280 873,280 00000000000000000000602bad5e59779d0d0d66fa491316f333b40182cdce9c 1.52 MB 1,860 6
873,279 873,279 00000000000000000000ef65a49cee84b82d11febeba282ae2451ed5a88743d6 1.71 MB 3,360 10
873,278 873,278 000000000000000000026384aa056f9be02ee9f2f4312957bc9e50ae875e3ff8 1.60 MB 2,616 8
873,277 873,277 00000000000000000000d81b3477deedecbfbf3a39db6d6fdcf2d06e6231a5b4 1.34 MB 640 5
873,276 873,276 00000000000000000001e8d159fed0f8e685691274a377a5481cd4ae496de76c 1.52 MB 2,977 9
873,275 873,275 00000000000000000000ab8e77345141a36233a1bc246286cba359f3c02fe374 1.41 MB 2,317 8
873,274 873,274 00000000000000000001c6a2214960e3b78e336dd1d0b5a365498d3af69bc36f 1.58 MB 3,528 8
873,273 873,273 000000000000000000004be4b5ca123be92627acbdfa5587ae9101018c31e567 1.51 MB 3,079 13
Previous 10 blocks ↓
Total Size: 707.65 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,781.24 GB sent, 260.64 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.