Memory Pool Memory Pool Refreshing

69,045 transactions
27.34 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,774 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,270 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,773 (406,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,277 465,277 00000000000000000126f4c12050eef305b8fb27835fadbd18215eb1c656c576 1.00 MB 2,226 165
465,276 465,276 00000000000000000039e2383e3bd258b916c198622d3d87bbeaf11b63b60000 1.00 MB 1,095 69
465,275 465,275 000000000000000002176e4a9d8446efa3ba241e8cdfc75f1842610a90ce689f 1.00 MB 1,747 127
465,274 465,274 000000000000000000bdf75bc9710ebac95d313d919de242b287072223561298 1.00 MB 1,425 91
465,273 465,273 000000000000000001d17eae5f6117775eb9aa388db24a919dfe52a8819a71c2 1.00 MB 1,917 140
465,272 465,272 00000000000000000142ab05738f5197e74ef24aeb0e374cf594d03331a24ecd 1.00 MB 1,699 153
465,271 465,271 00000000000000000204510a0f8324d8a1de2d8858f7e10494f03b0ef49306d3 1.00 MB 869 112
465,270 465,270 000000000000000001b98e37a8dc3548a4fab08b7f2014f34576b6e54c23f2f1 0.75 MB 881 122
465,269 465,269 000000000000000001123580c06a53a9ce0d2794d1b66d97227f551e237af2e3 1.00 MB 1,231 97
465,268 465,268 0000000000000000000219cb17ed81196afe9108dd40d528a8310221e91ae717 1.00 MB 2,334 209
465,267 465,267 0000000000000000002647f3f0235aae84bdb0eeed6fb99ac2a4b357af2d2fea 1.00 MB 1,773 160
465,266 465,266 0000000000000000008126b6ff1bcd1061d3b49d0ca50fde1d2b339a116dd1da 1.00 MB 796 89
465,265 465,265 0000000000000000015094bca120b1da9f4b1a542499fe93386fcc3ba6a08420 1.00 MB 2,076 143
465,264 465,264 00000000000000000082f17eb83cef93ef64966b0f8e385b71fa8fdc9292ce6b 1.00 MB 2,029 218
465,263 465,263 00000000000000000167fb5a9fa7f1f8390780702f9e8c6971dd23a586bc3f1f 1.00 MB 1,232 138
465,262 465,262 00000000000000000033d6f2981046bf86be78bc25af6bec6fed7516ef12e799 1.00 MB 1,902 150
465,261 465,261 0000000000000000016b7342592fc3b012ecc12897fd67589b9df6f97c88bcac 1.00 MB 2,147 174
465,260 465,260 0000000000000000004021f798847471f8bfa6d6573bf5592632e4f19d11461a 1.00 MB 2,365 193
465,259 465,259 000000000000000000d5a96f840f3f5444d537c324e34f09f872400920910a59 1.00 MB 1,128 121
465,258 465,258 0000000000000000012e8ced8f55138f16abce728f4a1b780a13da78b9f2e0b9 1.00 MB 1,315 118
465,257 465,257 0000000000000000001f7c25de102781df24a78e51afc06d2d08cbacb28f8a71 1.00 MB 1,127 118
Previous 10 blocks ↓
Total Size: 702.77 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,560.36 GB sent, 229.90 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.