Memory Pool Memory Pool Refreshing

39,927 transactions
30.72 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,317 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,845 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,316 (404,300 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,016 458,016 0000000000000000022de570716c19a2b7a43ed5c971757c6a3b6a2e54ac5d4c 1.00 MB 2,556 194
458,015 458,015 0000000000000000023b88f3ab9236e4e31f811a057f8a99312df770c0354b57 0.90 MB 1,635 114
458,014 458,014 0000000000000000014409117887966a05658d4ce012339ce0c7f6a9f12faa1a 1.00 MB 2,313 197
458,013 458,013 0000000000000000012fe15bbd07732cdc3d1f1efdfeb7466395964d796702fb 1.00 MB 2,843 203
458,012 458,012 000000000000000002062e57d2cfe1fd921a30848aad9226ec097c2d5e60b546 0.90 MB 1,932 148
458,011 458,011 0000000000000000005d18d5a9c05d59d0942fb4fcbfab5b3380a1d4c0969b22 1.00 MB 2,437 210
458,010 458,010 0000000000000000024033823c96c427b52ff1212c29bd3c1982d3e060ce2416 0.76 MB 1,132 130
458,009 458,009 00000000000000000102b68e885f4f5c2edb7414d19a8025d45a915e57a70015 1.00 MB 1,081 69
458,008 458,008 000000000000000000f4bd8b5547bc04570f1f517c3e0fd18c3e95b1a041f31b 1.00 MB 1,841 105
458,007 458,007 0000000000000000005f0b8caf523ebd63a0d633991fa5921a297dfa9a5b4708 0.00 MB 1 0
458,006 458,006 000000000000000001100078e8d758cb73efddc461012a7d638d179fd7c180c6 1.00 MB 1,955 168
458,005 458,005 0000000000000000014b72ad8e1f07fabbdeebb640364657fabe0d0806287422 1.00 MB 2,481 243
458,004 458,004 000000000000000000dab0df746be8a57fea843fba42b975aba441f30a21af41 1.00 MB 2,400 141
458,003 458,003 000000000000000001e684795dfbe8864d9a69d5d7c89d4ba14952d72c93d257 1.00 MB 1,940 227
458,002 458,002 000000000000000001e27fe92060b334ad17c6c195d63c68097474491c85b57a 1.00 MB 2,476 215
458,001 458,001 00000000000000000115ebc10cda9a19e5746a99df1e3aa651d2520676a22f86 1.00 MB 2,679 142
458,000 458,000 000000000000000001f065e6a6ce0c91f6c8a4bf0e10b061045f1234311b13ce 1.00 MB 2,493 191
457,999 457,999 000000000000000000ecd19e7807051d05dd9ca3689b1e33795ba916f08f5f5d 1.00 MB 1,759 140
457,998 457,998 0000000000000000012ae60d5459292f083dfb5426028252a8cf78b064a7d9f5 1.00 MB 2,354 213
457,997 457,997 0000000000000000010bab18c137266e1a463cc5c14dccc95a5e4c0ad73902b4 1.00 MB 2,614 219
457,996 457,996 0000000000000000009e8c328c6d44dd8d8ef5bd860f63ec053a2914441d124b 1.00 MB 2,103 250
Previous 10 blocks ↓
Total Size: 684.77 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,363.67 GB sent, 103.46 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.