Memory Pool Memory Pool Refreshing

53,752 transactions
32.83 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,444 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 5,336 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,443 (48,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
821,274 821,274 00000000000000000003f7be912d7d6335ec35dd34a4fb1c4ffaeb973726906f 1.73 MB 4,524 262
821,273 821,273 000000000000000000037521eac214a510ac77d496c10498961710909bc5e3ec 1.73 MB 4,105 220
821,272 821,272 00000000000000000001414987b846c70c7fd91e1c1d791a4c52867f28a073ac 1.74 MB 4,355 231
821,271 821,271 0000000000000000000406f9e86916d491989e243fdbb93a28832561a70fd9c3 1.65 MB 4,096 273
821,270 821,270 00000000000000000002e2f399352fa5c24c9b2b28c7279b2fb08712f9e9faa4 1.63 MB 3,778 282
821,269 821,269 0000000000000000000371cd2b651ef7ac10a4cfbf8c5c320f717f594eed06ee 1.59 MB 3,868 278
821,268 821,268 0000000000000000000130376f02c7252288e24b4a1f76a52881a15a4c7e80ac 1.74 MB 4,509 236
821,267 821,267 000000000000000000017b84a32e8c64699f8da42b15c5112f0da5338b1a5b43 1.63 MB 3,717 234
821,266 821,266 000000000000000000000caa57574d323683afa13b1a21c15370539bbca66f1f 1.48 MB 3,060 290
821,265 821,265 0000000000000000000054d3acb72188b787a8607e16ed213f9ec6762eea762b 1.57 MB 3,683 340
821,264 821,264 00000000000000000003ed26ae66638153fd4f13207d38ec454ea4b73b216796 1.57 MB 3,745 255
821,263 821,263 00000000000000000000296cfa74f78ebe355c9d3bc1436ce91b425f9b7f2483 1.65 MB 4,160 228
821,262 821,262 00000000000000000001ad55b7ad5fbe923db39e4cc4c7acfe920464c329aaa7 1.61 MB 4,205 291
821,261 821,261 00000000000000000003604fb202114f145653db175aaf801c46e8196a54cd9f 1.55 MB 3,896 312
821,260 821,260 0000000000000000000181adac230a7793ea1e65e2b31b2e355734d6c1bc0c67 1.70 MB 4,436 263
821,259 821,259 0000000000000000000093b416c99f31772ea8d45c6f8ed3adb6f4b7204c6a92 1.76 MB 4,625 259
821,258 821,258 00000000000000000002793e3a9b5009fcdfac6154253d2ede07147a9c38fa8f 1.76 MB 4,497 288
821,257 821,257 000000000000000000012f6599b28f285d02019ff31a4934c5971c6b4f66cab8 1.69 MB 3,617 303
821,256 821,256 00000000000000000000f5682dfe15372fb02bfa7d8d2986b63386de100829c8 1.74 MB 4,706 311
821,255 821,255 0000000000000000000256515e5bcb12e2af3283a6bcffebb2b03f9aafe7c72a 1.67 MB 3,562 301
821,254 821,254 00000000000000000000c96eaa139fac955aebbbf0e12bcebb916cb0204566f7 1.63 MB 3,962 297
Previous 10 blocks ↓
Total Size: 698.42 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,084.80 GB sent, 200.25 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.