Memory Pool Memory Pool Refreshing

62,736 transactions
35.71 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
875,336 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 3,481 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,335 (520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
874,815 874,815 00000000000000000000214dde66491fa999d5c2bc2d7ca32955ab81149f3847 1.13 MB 775 5
874,814 874,814 00000000000000000001e9616c784c20854bc1ec90135527430c768504800bce 1.53 MB 3,186 6
874,813 874,813 00000000000000000002afb105ba4686a61fc6e09453c2e7524c6e4804dfdd8b 1.48 MB 3,304 10
874,812 874,812 00000000000000000000729c6c189d0c428fd91e195f264649832db9e3e360b4 1.55 MB 2,259 7
874,811 874,811 000000000000000000000fbeef9232d2df7e39ef7a940df8b823c0393ab58165 1.06 MB 280 5
874,810 874,810 000000000000000000007269ca954204f492d17f8dfee08e27914cac901d6240 1.32 MB 1,217 5
874,809 874,809 000000000000000000022a29d3fd6a9501a2b753d6a7641c177e49bb097ae5d9 1.58 MB 4,623 7
874,808 874,808 000000000000000000002e494eb08474faf549a9a76189c60a60660ceac6d8b8 1.63 MB 4,421 12
874,807 874,807 000000000000000000010928d24347aa3c393d25ea1def59f91f520042616276 1.76 MB 5,224 9
874,806 874,806 00000000000000000001f1ee92a706dd907d8cdd2d545ca0c87ccc47fd6bf661 1.77 MB 5,214 9
874,805 874,805 000000000000000000003837aed830a9d585ee2a6c9a7d69618400b6b685efeb 1.66 MB 5,036 10
874,804 874,804 0000000000000000000221171dc29fcd426b1f62772ba4bc6de160818945ee19 1.61 MB 5,301 9
874,803 874,803 00000000000000000001624c5dee7da8e7600f0fe78d72759129e6353b14d89e 1.61 MB 4,715 9
874,802 874,802 000000000000000000008f65119342a205dff61f4319ed136302c31260af057e 1.72 MB 5,685 7
874,801 874,801 00000000000000000000c7bae863cd99574227bb675b38c1977a6a4c9cca1f20 1.50 MB 5,073 7
874,800 874,800 0000000000000000000062f246ef89c051accbae99acc943478dbdbe32fa448f 1.72 MB 4,894 7
874,799 874,799 00000000000000000001c5b191d7e35ecb76eda12059f24fddb06bc9838e9b55 1.61 MB 3,951 9
874,798 874,798 00000000000000000001aa8a9e4be0a5b92401e599f0fb39c68baa2847cfbdd7 1.55 MB 3,614 9
874,797 874,797 00000000000000000002225c77d2d7ca094fc226215775bb2331da685d9ed7ab 1.54 MB 4,782 7
874,796 874,796 000000000000000000018bfdfdc16dd23f0df525778870de6e7c70d668f8d2dd 1.56 MB 3,785 8
874,795 874,795 000000000000000000012198a2db3f12c91699a4cfe7a31bab05d219fd8622fc 1.52 MB 3,564 13
Previous 10 blocks ↓
Total Size: 709.27 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 507.72 GB sent, 8.01 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.