Memory Pool Memory Pool Refreshing

55,864 transactions
31.68 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,573 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 6,978 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,572 (388,587 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
475,985 475,985 0000000000000000011fed5dec949ac0664901cd78e3a99caa0ebb04bca63ce0 0.25 MB 280 71
475,984 475,984 00000000000000000145329347f58f89415e8ace15e94d7e109877ce69b54145 1.00 MB 339 13
475,983 475,983 000000000000000000ab06cbd5798e4d61db9b504b05e61de07a4073d3b67769 0.07 MB 173 160
475,982 475,982 0000000000000000005353e2afbb194cb7e08a536bdcd4d3d04ab14647959b22 0.74 MB 1,444 120
475,981 475,981 000000000000000000709682afbebc4ae95038f6030b054aea78b443230f933e 1.00 MB 1,447 132
475,980 475,980 000000000000000000d84e6e35aec029a982131e45a64f509fd5feb9586c95e3 1.00 MB 1,582 261
475,979 475,979 00000000000000000088c51ae36c5b223348bc5b543104254c7ad4f90f8c7c12 0.29 MB 690 171
475,978 475,978 000000000000000000c181aac289e8b0c409cb87e1bad8a4078a6321f3efafbb 1.00 MB 1,824 122
475,977 475,977 000000000000000000580fa204dcef155068fba089d83969402c15caadec6740 1.00 MB 1,723 244
475,976 475,976 000000000000000000d0fd1851fa9a8974ee570bb3550e295f62a4e4f0255056 0.75 MB 382 54
475,975 475,975 00000000000000000149e97d37ec8fcfd6444abdf2f5d18bc3ec50c3822a53f9 1.00 MB 692 37
475,974 475,974 000000000000000000ecafabb03dd6d44a4d722b2eeceda293d337bcf5516bb4 1.00 MB 479 24
475,973 475,973 00000000000000000043ec27006b50217388a47c87c197c941059923745608ab 0.97 MB 1,639 49
475,972 475,972 000000000000000000680071e99bce544cc2cc691d02bb8b3b9e42d4f0aee46b 1.00 MB 1,929 93
475,971 475,971 000000000000000000db15b4e719dd0c7fd8c97ab1df0191f10fe3a94c76a821 1.00 MB 1,704 190
475,970 475,970 0000000000000000010f43b93f83f39d133ffc988676a06ee4eb6290e8ac1ea6 1.00 MB 2,064 241
475,969 475,969 0000000000000000004b9855972b1e3d9cc2c8c86a9f700c8405bf6c9212a889 1.00 MB 1,844 272
475,968 475,968 000000000000000000cdc35ecec1c0436a504d716fd4a887876728df9749d656 1.00 MB 1,036 63
475,967 475,967 0000000000000000005b180cbcbfe57eb94c0f85c7fc287651195f1141f93a7e 1.00 MB 1,917 118
475,966 475,966 000000000000000000535e920ddd9e250161be2fa60fa832f7438208a4d56cfb 1.00 MB 1,398 165
475,965 475,965 000000000000000000960e012a002ca484f32971b21624655b87e30595fc38ea 1.00 MB 1,976 266
Previous 10 blocks ↓
Total Size: 689.11 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,643.07 GB sent, 134.05 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.