Memory Pool Memory Pool Refreshing

14,416 transactions
29.81 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,176 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,669 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,175 (228,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
633,538 633,538 000000000000000000113ff9d5862ba131e0c8eba2a223380b24390f8aefa89a 0.45 MB 1,143 23
633,537 633,537 00000000000000000010704ca15bb86a2593cb60ddd76033dd27b8bb1ea211ce 0.37 MB 694 28
633,536 633,536 00000000000000000005054ec89f4b749354f1d617a78573707d44a639b493ba 0.72 MB 1,332 28
633,535 633,535 0000000000000000000424960a31fbaef0b17b0cb72e03b9da28249d57a644f1 1.16 MB 1,720 21
633,534 633,534 00000000000000000000bd27402068081995a747e3a41143f6cc746ba01c3532 0.18 MB 284 21
633,533 633,533 0000000000000000000b4382b2f25350f592e4d0bfc832ebea1f94e9708d6ef2 0.07 MB 93 22
633,532 633,532 00000000000000000008074ad8f1016ae6bac153414afc7c8192b4d271569a57 0.50 MB 986 22
633,531 633,531 000000000000000000055397385ccf4f3a103ce2cacddf1b967763db5b6e9baf 0.59 MB 1,169 21
633,530 633,530 00000000000000000006c35f36e18949643fc8a701c7e2b1496b6d9915617b8b 1.18 MB 2,137 19
633,529 633,529 000000000000000000036fc87e76277b9361c6fe8f109708cda557b8eff7a85b 0.99 MB 1,866 21
633,528 633,528 0000000000000000000d555e7a5ef03e5ab120fcfb7741bd7e731ea6bd255831 0.40 MB 562 15
633,527 633,527 0000000000000000000d8fbf8cfbb5a5737391a3822739e91490a655f6aa9ee3 0.64 MB 999 16
633,526 633,526 00000000000000000000e9d7dd309e5a591bfb15fabf12ea6158df4965976763 1.25 MB 2,024 14
633,525 633,525 0000000000000000000a425044acd8967d1b3617ffb9ca4bf534ea4920f6816f 1.32 MB 2,538 16
633,524 633,524 00000000000000000008bac6a9e23da96f07e331b2df0957afcbcdf8dde42e5a 1.25 MB 2,106 36
633,523 633,523 0000000000000000000a935a943ac3446d9f4e394ddecf84e1423c5ac0f45aad 1.25 MB 2,441 28
633,522 633,522 0000000000000000000fc4ae56f0f6c7a071c65db5c191affa17b7858f32dc2b 0.11 MB 205 22
633,521 633,521 00000000000000000012d1c692524d7bcf76ec9f6266e136262c1d472b9cfb8b 0.13 MB 348 28
633,520 633,520 00000000000000000009f8f896afd72fca600d3966a16f97acda964523a32946 1.16 MB 2,448 22
633,519 633,519 0000000000000000000447de7800704cef95df6ed7a2eccf26e74d0cf40a2ac5 1.02 MB 1,880 17
633,518 633,518 0000000000000000000f016bd0b533a683a804bdcbe8a3ecd28a3137479949b1 1.02 MB 1,963 20
Previous 10 blocks ↓
Total Size: 684.50 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,345.23 GB sent, 101.42 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.