Memory Pool Memory Pool Refreshing

23,311 transactions
27.93 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,444 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,954 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,443 (679,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
183,366 183,366 0000000000000654a60111476b1059da0d1354d2f9d5a10e3f267bfc79c26e52 0.05 MB 160 45
183,365 183,365 00000000000002395c2ed25a6410abd8be70914adc553ac751ed0b2ea375712e 0.13 MB 377 144
183,364 183,364 00000000000005a77db245d9f11a3cafe035fa3894f4b6a56b2810a8584dab9d 0.25 MB 653 135
183,363 183,363 00000000000005b5cd7918a925319bd4117ddda4422aba555e305f26448dad1b 0.42 MB 968 132
183,362 183,362 00000000000001feb162a4ae65a3f7ee73905b548c8ad718becbab5f3745c046 0.27 MB 454 136
183,361 183,361 000000000000038c4fc1d2faa13d6fa30567f1ea9012ff4e7aa1d544f6e8db62 0.05 MB 147 214
183,360 183,360 00000000000001c536f8865bd2be554372fa149eb88fb1c096f475e1c9cd8176 0.01 MB 35 206
183,359 183,359 000000000000084edcd0a5aa753482b8443c4641daef94d6f02a46a1615f1a16 0.00 MB 9 592
183,358 183,358 000000000000002ee0558b03b46da5f9b0cc96f91ce125f994a8d77f893aa145 0.05 MB 130 462
183,357 183,357 00000000000005de9bf2e99147f8b43ed7ba6c27da0f4de489eba77562c2eacb 0.05 MB 135 145
183,356 183,356 00000000000005181706065b20753cf534b417bb97d87ee8cf5c8fafad9583d2 0.00 MB 10 0
183,355 183,355 0000000000000503eb58be9b0aae9061a3f6db3a6679dd8e8be213e94598f66c 0.09 MB 256 96
183,354 183,354 00000000000001d49583ba679a31245d7f3b8c0643ffed93d2b48264694be08f 0.20 MB 268 102
183,353 183,353 000000000000035991aec8fd2e452fa276f6db809c9ed7acf01411ea9cf22114 0.22 MB 601 141
183,352 183,352 00000000000009361748425cc65cad50fc2cf5e6184d283e590ce374824f981a 0.00 MB 11 14
183,351 183,351 00000000000001598cfab6c91a460610c67df64b6be68f1d37a2d571c2df2932 0.24 MB 622 178
183,350 183,350 000000000000036387af82423de4dea4486763a5228371b636b2d51092895c42 0.14 MB 318 202
183,349 183,349 00000000000008f5f08cdbc67713ff67fb775c66db471b8bab2e2faedd607502 0.08 MB 135 72
183,348 183,348 000000000000025a6aeb063246aad620ad0876dca88c0adb6c833925f99bec3d 0.05 MB 141 46
183,347 183,347 000000000000009b7ef5d612d5ccc55fba81296d3ac145433ba69570207667be 0.00 MB 11 18
183,346 183,346 000000000000077312b9616d0d8b9290958a999865bac4eac67ad3cda3331805 0.05 MB 174 42
Previous 10 blocks ↓
Total Size: 685.01 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,369.34 GB sent, 104.99 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.