Memory Pool Memory Pool Refreshing

93,403 transactions
25.53 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
860,366 00000000000000000003255b0000000000000000000000000000000000000000 1.00 vMB 4,635 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 860,365 (576,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
283,712 283,712 000000000000000181ac688426fd3c2de193297b7e28c30b901a53dcbf3a493a 0.00 MB 8 51
283,711 283,711 00000000000000006ae9fc0eede74f313554a79efb16f31afefb1d4aadf5772c 0.01 MB 12 21
283,710 283,710 00000000000000003c88ff01bafc6da79821ff957d1a587751db50cb5bb8921b 0.00 MB 11 26
283,709 283,709 0000000000000000d197f4abe6651fbea7a5366d1063d762101a33203e41786d 0.06 MB 154 37
283,708 283,708 0000000000000001b961c935addfab828955c625a75528f48059b5e49cc265e1 0.28 MB 600 34
283,707 283,707 0000000000000000799c49d63d04daace1d47eb87495e4cda4f51a609f821f55 0.10 MB 248 31
283,706 283,706 00000000000000015adaa0a84ce93f1caa4346d130356304f24e86c978b8d938 0.04 MB 32 18
283,705 283,705 0000000000000001e5fa0dff47f08066c3b274391bab400c8b2f829868d5cca7 0.06 MB 106 34
283,704 283,704 0000000000000001e3cb3981c4e62d018739748bca17fe3524ed3a6fd49ce62e 0.18 MB 186 36
283,703 283,703 0000000000000001a68e5b826b70a41d7cc95ab05e927bb7c92a4f59d571e0da 0.08 MB 184 34
283,702 283,702 0000000000000000d8ad1a9bd41bf17d7afff8f3db72a627af3f5150263942f1 0.32 MB 625 34
283,701 283,701 000000000000000090422cc4f3628877a259659350c5190d701514bb68f73145 0.02 MB 51 38
283,700 283,700 0000000000000001e33a288f2803b9a8401e866f01593605a6e51ea1960645cb 0.09 MB 131 23
283,699 283,699 00000000000000012f632f551e9db1e0394daded5e7093dda08a9ccde19d7116 0.20 MB 455 33
283,698 283,698 0000000000000000399b711bfc62a071f2850faecccef68dda172e30e36246c3 0.05 MB 128 98
283,697 283,697 000000000000000042988728388c3c6922cee2f78644c7afe0022fc56162e92c 0.29 MB 454 36
283,696 283,696 000000000000000042574cb46380643ba0d19ea50015d2435a7e66c443f0ee9b 0.34 MB 523 34
283,695 283,695 00000000000000016e17b54f63c78c3ecd512e578f9bb22447b0ed928089430d 0.05 MB 162 62
283,694 283,694 00000000000000013136e42cb8e602de4d291ae6c739ca0d1f84ec0e34ee67a2 0.03 MB 49 24
283,693 283,693 00000000000000013e378fa4bd71672c139552a4ef18960d83b7e75daba4b2d2 0.03 MB 56 27
283,692 283,692 00000000000000017b75da8e5af196f8ebcbcf5a28e4f87cd39a25cec11c3c90 0.12 MB 230 36
Previous 10 blocks ↓
Total Size: 681.03 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,123.79 GB sent, 75.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.