Memory Pool Memory Pool Refreshing

44,661 transactions
33.13 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
863,066 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,395 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,065 (121,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
741,713 741,713 0000000000000000000170be1aa9b8b564f7b79cb93e4fb816e121d9d4ddb2a5 1.69 MB 2,134 5
741,712 741,712 00000000000000000002e71b4f7b7ea0d265b5529bc545d4203b701b42558f02 1.46 MB 3,443 20
741,711 741,711 000000000000000000075f4bc08e1d78a3ab3af8274d13334c0ac2de25309768 1.47 MB 2,816 18
741,710 741,710 0000000000000000000800d57495a1103bdd2be5a987f235e733c9df18781ae1 0.75 MB 1,380 13
741,709 741,709 000000000000000000011da50a8b451f4c8176bdaa274420e9c4283a12108c62 0.56 MB 791 11
741,708 741,708 00000000000000000004c8ff98798365064b1a3fc159da6c943bb78d23211bf0 0.02 MB 61 16
741,707 741,707 000000000000000000019c49235a63f954e41c99e96759e7a11ea5460ee69c4f 1.27 MB 2,214 13
741,706 741,706 0000000000000000000792e14d00d0337ce0e32d7a410a5666ddc239a53781fc 0.47 MB 565 11
741,705 741,705 00000000000000000005f550d641ffba4740a65fc2f1122976864cc589db400e 1.15 MB 1,600 4
741,704 741,704 00000000000000000001967fdaf4fe5d851c32bee2e79a29561a65be35724c3b 1.42 MB 2,910 9
741,703 741,703 000000000000000000028ce82be856e60cba9db9877030b0490b2890a6d20bbe 1.16 MB 1,131 15
741,702 741,702 000000000000000000023a926df718f90e1c99dd5a984256046953a4146d92f2 1.36 MB 2,510 30
741,701 741,701 000000000000000000003d7f199455a083aa1d400ea18c8eb4f211fad6183be6 1.58 MB 1,296 46
741,700 741,700 000000000000000000011055cefb83a49b5f5dcbfca7c320f74abb573caadeac 1.26 MB 2,122 17
741,699 741,699 00000000000000000000622f8040a197fb908b94401bab433993a989c0d73a04 1.55 MB 2,666 15
741,698 741,698 000000000000000000021f5ab97749c89c0ceb30f6cec62e0c8793a006a9d273 0.16 MB 164 7
741,697 741,697 00000000000000000003cd5c7829682b32a67cf078d52cf97eedde7ff8d582b7 0.28 MB 74 2
741,696 741,696 0000000000000000000306d1a8392c4efa836456540ce78f2f31cecff54878e0 1.59 MB 2,426 12
741,695 741,695 00000000000000000005be9966763a5377b41782c58623ad0b93495f615c2f5f 1.49 MB 2,826 15
741,694 741,694 000000000000000000059c779d58961832d4e6d61d876f6ae6ceb707f4581fad 0.87 MB 1,659 13
741,693 741,693 00000000000000000002ed7fff909dc1214e75ca27e90a104cdd383220f43fcd 0.90 MB 1,808 14
Previous 10 blocks ↓
Total Size: 686.22 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,418.24 GB sent, 113.57 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.