Memory Pool Memory Pool Refreshing

56,539 transactions
31.68 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
863,179 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 6,270 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,178 (10,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
852,265 852,265 0000000000000000000362bb1ba7688743ca2ca5bf4596437c15d45059dd7ff0 1.52 MB 4,268 22
852,264 852,264 00000000000000000002dc5eb9684845f6cc6d4934796b6bf20c2fb0d09c2900 1.49 MB 6,120 9
852,263 852,263 000000000000000000004c1e9aefd462d8eb7769d8d0adcf11f7aed696156107 1.49 MB 6,268 10
852,262 852,262 00000000000000000002e5f80d331cf3d1ca00ba96a309e6421a2b5e8fa95957 1.40 MB 5,484 7
852,261 852,261 00000000000000000000346191f199743df3a3c7b31afb99fdbaa0714dadd0e9 1.44 MB 6,724 9
852,260 852,260 0000000000000000000004d295c9e550d2022e157e18ef525f1c8278aad989a5 1.54 MB 5,435 13
852,259 852,259 0000000000000000000270c9153fa0fac6ccea6871233327cb771ec64d4569c0 1.47 MB 6,153 9
852,258 852,258 000000000000000000010737b20bec71d4ba6517af5ca4e11bb5cc82261530d3 1.45 MB 6,459 12
852,257 852,257 00000000000000000001e78433ff1b7b1e5c1a2e25dab6827cc0fb3a15d3e03d 1.50 MB 5,302 15
852,256 852,256 000000000000000000009e586787c34eaea4554acd3b5041ecf01890e0e832b9 1.49 MB 5,549 10
852,255 852,255 000000000000000000007b6a5a77cc663c16c5fd7df6564327b12a17e7bfade4 1.56 MB 5,465 5
852,254 852,254 00000000000000000000ca96ca3e71b489a95eaa2290a82ec84d8b3b3865e947 1.61 MB 6,370 4
852,253 852,253 000000000000000000024635853cdabdcaaa99704aa596123b54eef5b7c7c3e9 1.50 MB 5,637 6
852,252 852,252 0000000000000000000005af61936f96bbfd36d06df489a62f5da98cf9281935 1.64 MB 5,688 6
852,251 852,251 00000000000000000000d4107987f4d30e33b73215c297dc03bddb75bb2a34a8 1.79 MB 887 4
852,250 852,250 00000000000000000001482c560d27f10c72ba2a33a746ee10f30c0519def4de 1.77 MB 4,338 5
852,249 852,249 0000000000000000000259e5267609ca9c4a0ecc5197dccb5d2de6f9c1d30a32 1.74 MB 5,011 5
852,248 852,248 00000000000000000002bf13a651e2686fbb13a41ef7aa1eb5edf19e22a43b53 1.60 MB 5,155 5
852,247 852,247 00000000000000000000c469cec48e0b1710ac549ad9989a915027fe73e1d988 1.74 MB 3,564 5
852,246 852,246 00000000000000000001fbd2876dc0f09bb5fb39bfe75ca804c6d8bd295ef827 1.60 MB 5,047 6
852,245 852,245 0000000000000000000108d10a3500f34eee3a22c16b187887e5a89ac1d39acd 2.28 MB 3,155 4
Previous 10 blocks ↓
Total Size: 686.46 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,460.26 GB sent, 114.85 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.