Memory Pool Memory Pool Refreshing

46,024 transactions
31.27 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
863,483 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,169 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,482 (30,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
833,453 833,453 000000000000000000013dfe4e970a8facdacd5b3d42b48be90e8fb386c73808 1.81 MB 3,151 41
833,452 833,452 000000000000000000032746f9796ed71e57a1ee6e866912e468fa37bbe68f9c 1.89 MB 2,864 41
833,451 833,451 0000000000000000000116eaffbc90dbe903f7970f502beb1ec159375b0ce912 1.70 MB 3,130 57
833,450 833,450 000000000000000000017b60480d1abea2ec6c1d8f3abaedeb54dba04d1ba4da 1.61 MB 3,157 43
833,449 833,449 0000000000000000000218fe3dd7ddf1ba1a28ae4cb45410b96a7d1a0525b591 1.62 MB 3,311 62
833,448 833,448 00000000000000000000ebeafc1945e0a41d0eb13c45e746963fc2fb579a5624 2.46 MB 2,697 30
833,447 833,447 000000000000000000025164f8e0d6dbd23e808a056d1ce1125d3ec801e8fecb 1.56 MB 2,534 46
833,446 833,446 00000000000000000002851ce546224f05b452d5d231a205b754ae826c7ca595 1.57 MB 3,166 44
833,445 833,445 00000000000000000002249f449ae3535ab40bbc86b5a11b68ced478c1b62a9b 1.77 MB 3,388 52
833,444 833,444 00000000000000000002a14d1e3c2f6769bbd9dcd6010b0e41055ddcc5ff1131 1.64 MB 3,314 52
833,443 833,443 000000000000000000022a1bd1cad1a3e870990657390874d3ab568d11296bde 2.11 MB 2,636 41
833,442 833,442 00000000000000000000e8b2ed02301bc59324dd351907a5daccec8f66fbe32d 1.93 MB 2,243 36
833,441 833,441 00000000000000000003632cd1bb293aebe3ecb5348458a4a896b83f255f5194 1.69 MB 3,043 65
833,440 833,440 000000000000000000038369ebf5e2738474e89fd553ea5b7ad05cfad9cea14a 1.80 MB 2,599 42
833,439 833,439 00000000000000000000444b01dc5c37595c88a8039136c43aa25a2fc1413247 1.61 MB 2,889 56
833,438 833,438 000000000000000000009acf3f314b9dfc097327fb9cf5d918235c7727c5443c 1.74 MB 3,427 62
833,437 833,437 00000000000000000002657677aaa5668ebed6b2360f771da61f6e36af07ba9c 1.58 MB 3,558 89
833,436 833,436 00000000000000000002e5c83d4957cb7c5569d7fdf2c6e32188483084d00a19 1.58 MB 2,830 57
833,435 833,435 00000000000000000002933e4e107083ce7373673943078d9f2ec0df87007911 1.62 MB 3,673 66
833,434 833,434 000000000000000000011c256fd55b7211855d40e44a979ee1f9803e1840dffd 1.54 MB 3,061 74
833,433 833,433 000000000000000000027b5e15b57c48ed274aa6e39d61a9be5712af88a7214c 1.57 MB 3,441 94
Previous 10 blocks ↓
Total Size: 687.04 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,504.61 GB sent, 118.70 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.