Memory Pool Memory Pool Refreshing

31,525 transactions
22.01 vMB
Show Random Selection Loading Transactions
Max Size: 134/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,432 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,871 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,431 (65,584 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,847 797,847 00000000000000000003a0e20247829a2f63499a9c81622f397ca8dd76cce5e3 2.20 MB 7,264 3
797,846 797,846 000000000000000000049e02abf7603700c9a6bb3f6a031a42d4c8a54a3c3c76 1.72 MB 4,191 6
797,845 797,845 00000000000000000005824eefca894579455c433b89d64f890a5b5d21e8223a 1.74 MB 4,057 5
797,844 797,844 00000000000000000004f29e5d6c8bdb8c6dcb18e45293ae525b132d00a3217c 1.88 MB 5,323 3
797,843 797,843 00000000000000000005596d655eb75d52c0bb603e519515952ef5aa6b314a8b 2.06 MB 5,595 6
797,842 797,842 000000000000000000047d6e72dd6e0a0a1ac4e4101a0d89b625480162ba9363 2.19 MB 7,323 3
797,841 797,841 00000000000000000003858cab74c0165e9d1d86b42dde9a5bf18fa37023ae31 2.17 MB 6,194 4
797,840 797,840 000000000000000000053775394a257297767a2f3fbd203be4a808db917bb035 1.56 MB 2,877 12
797,839 797,839 00000000000000000002e981d09abb6d6078013d802a7847fa26f40b041d62dd 1.79 MB 4,529 7
797,838 797,838 000000000000000000000db2a092ede8409f5f300ce0277f9bfd480890a9738d 1.77 MB 3,958 7
797,837 797,837 0000000000000000000561092f54d469914dd2f2caa8e57213d129255c4adba6 1.74 MB 4,400 7
797,836 797,836 00000000000000000000767cb98513b56bf7b5570a74641a28d75bc31df17929 2.03 MB 5,917 4
797,835 797,835 000000000000000000003fec409d55befd9a1b401acef087ef3106b1bd6ebaf4 1.47 MB 2,686 4
797,834 797,834 00000000000000000001c6413e30c1beb5f42ebcfba7bf6bf664542d0871757b 1.39 MB 2,006 9
797,833 797,833 0000000000000000000555ead8814f7936f99e9c785969970ccb9900b22df610 1.54 MB 3,299 5
797,832 797,832 00000000000000000000346f7bd7c85ddc7311d6b3644a340ab990aaaab66aad 1.97 MB 1,280 5
797,831 797,831 00000000000000000004db4e0a9e6ed1b7b55d1a65bdfafb8b5b983837d7c08f 1.60 MB 2,528 8
797,830 797,830 000000000000000000003f596f39c9e48b07fac8c79797425d599d7bcf448103 1.43 MB 2,488 16
797,829 797,829 000000000000000000054c568a1d218a127844457c5a131561dc95e5cc22b0d2 1.78 MB 1,964 8
797,828 797,828 00000000000000000002f3cb13b79f482f6aa501ec2da441c4145431fd80726d 1.65 MB 3,172 12
797,827 797,827 0000000000000000000218ca02a1f816c514d9c086c37413f9e18a8193ac4391 1.54 MB 3,028 20
Previous 10 blocks ↓
Total Size: 686.94 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,498.25 GB sent, 117.93 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.