Memory Pool Memory Pool Refreshing

87,942 transactions
28.15 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
866,807 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 4,955 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 866,806 (776,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
90,732 90,732 00000000000b239c1b03c1c75a1298827b8bc5b2feee178609428cb2d8063624 0.00 MB 1 0
90,731 90,731 000000000007dce115577badef3e151a09649bd927ecad0d39660475053e0cb5 0.00 MB 3 0
90,730 90,730 00000000000a32c17de9e69cfbd97f70910652aaa9c391646396561a6889083b 0.00 MB 1 0
90,729 90,729 000000000000ae98923453e3997dbe9348e2903de413a90c4b4730bafb6d3708 0.00 MB 2 0
90,728 90,728 00000000000ded9b853eb9057b8e49977560a7b00e7bcef90f1675fce53157f6 0.00 MB 3 0
90,727 90,727 0000000000041af29f8a68674213135e7b80e603fa7e81257b625114937cd8a3 0.00 MB 1 0
90,726 90,726 00000000000989cc4911dbecd5b74982f0305ec579996b0dd3fa6e57a2004fb0 0.00 MB 1 0
90,725 90,725 000000000005ea8311c7b616ed9a630a4e7c23b39a49f9f9c5d1525f2dd58440 0.00 MB 1 0
90,724 90,724 000000000001f81bcdc65eb54370094e4a13855159f7686c138410cfe9922c7c 0.00 MB 4 0
90,723 90,723 0000000000054d620e86051268b0462a4b585ed79883228035097caa8e76d4a5 0.00 MB 3 0
90,722 90,722 00000000000253088f8ee8cdb9d7564d07f0e619e53737856691b6d683a96a0f 0.00 MB 1 0
90,721 90,721 0000000000010601da86b28e5ef863b1977a50e6a6e15fd414f768bc2f428b5d 0.00 MB 1 0
90,720 90,720 0000000000042751f341ee2dde050240cd8330401063dfdea21be270495bf360 0.00 MB 7 0
90,719 90,719 0000000000030571601dbc8e13d00d45004eee6ea8b6ab3cdfb38d2546fee21c 0.00 MB 1 0
90,718 90,718 000000000009309b11d26088f398a173cc591b2e0b6433df4b3e892f14ef6300 0.00 MB 1 0
90,717 90,717 00000000000b6d772ab0569014b8e6cf01b3411901266fd7024db8c2a5dedf62 0.00 MB 1 0
90,716 90,716 00000000000b8f403be25c06c6a9250435763919de6be802cb0f53cb10f3619f 0.00 MB 1 0
90,715 90,715 0000000000071a78efc4adf097e693911bf5d6471ef084c1e0988c861de89f47 0.00 MB 2 0
90,714 90,714 000000000006281991bcfc55c88e00578732e8c96d3b315302f6467403ca6f36 0.00 MB 4 0
90,713 90,713 00000000000228a897a3c21de1b26c64bb40a1d3cfa7424d5888611fbe53c025 0.00 MB 1 0
90,712 90,712 00000000000b34526a6434e52b1a84d801b64329f924dde769ca288378dc43c8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 693.24 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,873.26 GB sent, 166.84 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.