Memory Pool Memory Pool Refreshing

31,710 transactions
27.27 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,459 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,578 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,458 (57,311 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
806,147 806,147 000000000000000000025b230e3336e465bd67cf282f192ef6c6ab3c41efaa21 2.17 MB 5,061 11
806,146 806,146 00000000000000000004fb3a9ce588e0e84cef6a4fe8aac32c838e32a834ceef 1.68 MB 2,620 13
806,145 806,145 00000000000000000001ef1c033f34d1eaa9c0b9654f76cc44730d1384a817e9 1.96 MB 4,187 11
806,144 806,144 00000000000000000000c87bb1b2581c49472e92b3ead0ddd3d217d106604b81 1.88 MB 3,806 10
806,143 806,143 00000000000000000002626148c119b9b2560bb61212a7ab2b50e15dbf3acead 1.46 MB 2,118 14
806,142 806,142 00000000000000000004fb226fa0cd375c4989eee516fa448a2821e4f45549e8 1.74 MB 2,882 15
806,141 806,141 0000000000000000000183f99be76da0fd7947606db39ef79e51465546bd0edb 1.58 MB 3,447 12
806,140 806,140 000000000000000000005cab7c4efd19680d3e3c5147e8c8dc76dcc38ca9845d 1.78 MB 4,530 14
806,139 806,139 00000000000000000000798ebb1898b07bb5c5843000b04487c0260146f2000e 1.59 MB 3,225 12
806,138 806,138 00000000000000000000d00e1ae7cdb48ff9460f313c480e6aa6a237bcd1b0a1 1.60 MB 3,765 21
806,137 806,137 0000000000000000000066dc143ec62c05fe33e8ad7f43689c91b5f6dc67629a 1.63 MB 3,862 18
806,136 806,136 000000000000000000041bc59ed67728309ddd04c146cdda8540e81676d521c7 1.81 MB 2,647 13
806,135 806,135 00000000000000000003237f9e9fe8ebc19bcebc9a7ac1edb538cfdc16787eeb 1.66 MB 4,111 13
806,134 806,134 000000000000000000042d4bd4c2b2a0f523500af429db87d232ebfd035eccf7 1.68 MB 3,034 13
806,133 806,133 00000000000000000003e2f9a03fda44e4cdf825aa086ecbc62e5651d256bf14 1.62 MB 4,073 10
806,132 806,132 00000000000000000001e99d90673ff77b01fb3a559d1433bf2bb136604dc069 1.65 MB 5,327 9
806,131 806,131 00000000000000000004a756d478f5abe83a26dc9fc8cd30791539a0d3e9090b 1.62 MB 3,493 13
806,130 806,130 000000000000000000018db2d8fa88fc417be494fa3f920f7e81ab240a5ec25a 1.84 MB 5,512 11
806,129 806,129 00000000000000000000e45935be91b04f4aeb56c006af8e1ac2cc51bfd8f1d4 1.67 MB 3,845 11
806,128 806,128 0000000000000000000150c5c781c9da7a7a68ee735129e6e9986849a94e95b0 1.78 MB 4,815 10
806,127 806,127 00000000000000000002973d534f0a788ff91eb4ab5bf774a9197c26036bebac 1.75 MB 4,108 12
Previous 10 blocks ↓
Total Size: 686.99 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,500.61 GB sent, 118.34 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.