Memory Pool Memory Pool Refreshing

55,799 transactions
20.88 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,933 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 3,770 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,932 (441,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,704 430,704 0000000000000000031dde4c9c54c85266891b506e4d8edf648f1a7f4a7f73f1 0.77 MB 2,018 68
430,703 430,703 0000000000000000021e4acdb03bd767414541fe5c76540610c208fa9e02c277 1.00 MB 1,948 47
430,702 430,702 00000000000000000108b9b38ab7d06e0c5c0e4815e7dd12dc8c2f5d0b182308 0.00 MB 1 0
430,701 430,701 0000000000000000014c2a8f4b6aedd3d010c22b6d60541330cee46607f505aa 1.00 MB 2,795 75
430,700 430,700 000000000000000004ccf3e63dd3c9ed21f90b6d6527e982ca7c49243fd61bbb 1.00 MB 1,870 43
430,699 430,699 0000000000000000005119f798178181e0eb0acec55773bbf8e87c348678c7c8 1.00 MB 2,353 64
430,698 430,698 00000000000000000145ccd9d32284e4f96208ee7c8fa6bfdb2efc152922c8cb 1.00 MB 2,954 76
430,697 430,697 0000000000000000011ccbe530f2703be922b1a9d838a8f3d619a393aac5c8ac 1.00 MB 2,703 79
430,696 430,696 000000000000000002fa46ad55a9e9fb90a3c5e5964fbd7cc580b7a9c97f54ec 1.00 MB 2,425 54
430,695 430,695 00000000000000000496cdd007048beed2683fd55c518e321fe5b129fb3160f7 1.00 MB 2,750 76
430,694 430,694 00000000000000000016d339349d1c706231b049c896cdb1a5b8e522b29e9c14 1.00 MB 2,594 83
430,693 430,693 000000000000000000179b078f0954f32fcaf443511aef1d69a8ed7bde801961 0.23 MB 423 55
430,692 430,692 000000000000000004c4c071206d2c54f5d84dd80b74d59da5ddfbd3f26c0bef 0.49 MB 599 32
430,691 430,691 000000000000000003ddc1e929e2944b8b0039af9aa0d826c480a83d8b39c373 1.00 MB 2,673 73
430,690 430,690 0000000000000000039bd53965272838782a84143e15c8d94624b33fef7d9d45 0.19 MB 472 66
430,689 430,689 0000000000000000013b1d72d961363b16067f3e1e41f99de0bf55cdc245ef1c 1.00 MB 1,572 40
430,688 430,688 000000000000000001876f07873c3af36d4a647407a3fb0fbede13f0ed0bfd94 1.00 MB 1,982 42
430,687 430,687 000000000000000003fd7a9100733f75aa5520e47a6b93a713ee979722e29868 1.00 MB 2,685 71
430,686 430,686 00000000000000000192309f1ad3c62b6830bac62a4ac38ab545a16562a29092 1.00 MB 2,232 84
430,685 430,685 000000000000000002460f5701f3aee3026fc2e7eb0dd8b1951809aa9eba44ab 0.89 MB 1,418 41
430,684 430,684 000000000000000004667d49ff066d90cd671ceb9eedf486889b25121481db22 0.85 MB 1,984 63
Previous 10 blocks ↓
Total Size: 703.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,581.76 GB sent, 231.96 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.