Memory Pool Memory Pool Refreshing

69,356 transactions
27.22 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,240 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,786 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,239 (174,068 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,171 696,171 00000000000000000007b1a560ae00f25e4a53285b663e91f04cdc0a97b16e8b 1.04 MB 394 2
696,170 696,170 000000000000000000003a8bc00173430b8c65e80bff2067533213ce618a2a65 1.14 MB 896 7
696,169 696,169 0000000000000000000db90b24aed491e7be66ce3d586acf7049f6548f664b1e 1.02 MB 294 1
696,168 696,168 00000000000000000008819f51d2d1ea1a52f0fc508f4d263f51ab06a709c0c4 1.02 MB 131 1
696,167 696,167 0000000000000000000fffa6d03e0c8d29b22600adb1ce3909f1fd191ed47f55 1.14 MB 933 5
696,166 696,166 0000000000000000000413203952cec4ba3a7046e82e26d76ef35bf15d58759d 1.18 MB 1,226 8
696,165 696,165 000000000000000000046889fc1001dadd8db7cc45faf7f349ebce7d5b14df97 1.00 MB 112 1
696,164 696,164 00000000000000000000441644a5697833686c94b8aa40ac64dbf4c193118775 1.04 MB 316 1
696,163 696,163 0000000000000000000c758b60588f61ea585ec2c1c0d3ca88d9904fbb906fd7 1.18 MB 1,048 8
696,162 696,162 000000000000000000042eb35ef989b3678a9f4b437c2066bc077193e8f9861d 1.01 MB 171 1
696,161 696,161 00000000000000000009bf7198a26f478fc487933b2a096063dd4c79646cfd49 1.17 MB 1,094 7
696,160 696,160 00000000000000000009687dcfbf3a6188f9f3916ac5d23d1248134b779e75b5 1.24 MB 1,001 7
696,159 696,159 0000000000000000000dec571ce42595463a651da4e4137e4058060e5a2e3ccd 0.75 MB 1,046 17
696,158 696,158 00000000000000000003d5ee5c99bb69576d19bc4f669fca7e5f47e15decdbc1 1.35 MB 2,117 12
696,157 696,157 000000000000000000039a42d023764c29945e7959dc98d8cfe1d9eae78ba2cd 1.04 MB 238 4
696,156 696,156 0000000000000000000e7429de1226158bf00feef561c8e1feaa968162e9ff7b 1.07 MB 447 3
696,155 696,155 00000000000000000002d9882187f483b263c1bab0c3f480a6d436dce669cd0d 1.05 MB 310 2
696,154 696,154 00000000000000000008852df53c29e37e346b1199393173bc21e51ea57cfb66 1.08 MB 279 6
696,153 696,153 000000000000000000055ee2508bf5523189c554a74e7273ecf8d54180d21efe 1.10 MB 747 5
696,152 696,152 0000000000000000000604514d38b20c68db13744ce0ab3f6ac2c11af83f334f 1.11 MB 726 1
696,151 696,151 00000000000000000001b241e52812235ffcb1f1ec7861dc29c3e9e13607c6f5 1.38 MB 2,621 16
Previous 10 blocks ↓
Total Size: 699.90 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,198.54 GB sent, 209.77 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.