Memory Pool Memory Pool Refreshing

43,565 transactions
31.82 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,062 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 5,310 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,061 (69,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,333 793,333 000000000000000000029a0acbd916ae1e70a589fcc910d38dcc93b277d88864 1.59 MB 1,178 19
793,332 793,332 00000000000000000001ebdf5823090f8f6f46db59549f027b452b90392edaba 1.57 MB 7,426 20
793,331 793,331 000000000000000000005f39d396e106090f033bd11460a4aa3fcf44fe4c7825 1.53 MB 2,194 24
793,330 793,330 000000000000000000006e98444f67767c0b2ea75cc625e614f0730a9c1adef3 1.57 MB 3,205 53
793,329 793,329 000000000000000000001c46dda7e778f4fa7598bee48dd94e898d119fa7484e 2.09 MB 2,539 24
793,328 793,328 00000000000000000001d1ed84b1a05240748e66d1463240054857c96dd5d9fe 2.76 MB 1,585 53
793,327 793,327 00000000000000000002f45e46c3b41d9f4f2b997022540ab59760f9e7a3426f 0.00 MB 1 0
793,326 793,326 00000000000000000003cdd465c53d9a77e28f10187846599862faaacd77b137 1.61 MB 2,591 50
793,325 793,325 0000000000000000000198ed00089b18112a54cf9661e87d063819efe18fbb91 2.00 MB 3,036 28
793,324 793,324 000000000000000000035f4e405ca82584c7eb77659c8956474ccec8b612a126 1.78 MB 2,829 40
793,323 793,323 00000000000000000004bf5b0772b6a7de7a29434f47cc239b0c890062bdc980 1.59 MB 3,365 64
793,322 793,322 00000000000000000005624766b604738d533b5c00280bae75e268e4efdd2117 1.89 MB 2,120 25
793,321 793,321 000000000000000000025d2ea8811a4bec77c988565648a5f14121a6b3302975 1.80 MB 3,796 34
793,320 793,320 0000000000000000000203c251fe03d7f7cd2ecf965355026b58c8af4c447093 1.67 MB 3,327 27
793,319 793,319 00000000000000000003e6969fde85f1455f5f2c15fe68693a8e80556164e9ea 1.67 MB 2,834 49
793,318 793,318 000000000000000000044cec0cadead44ccfd3ab02b513dc66f9dae1187462fb 1.64 MB 2,447 39
793,317 793,317 00000000000000000002d56c27787de042c620471acc2685eaae3ab696957788 1.56 MB 3,013 50
793,316 793,316 0000000000000000000020d391ea771f600b2a3b85bc1f2bf55f02832a44f737 1.49 MB 3,472 84
793,315 793,315 000000000000000000021b7a9f274e8f3deb7cb1753fa7c3475526d94562e2fd 1.47 MB 2,160 72
793,314 793,314 000000000000000000021e6c5878de5a4838b71d0226bb602828f619011c57bc 1.79 MB 2,744 31
793,313 793,313 00000000000000000003d5ca87fb32ca473d7ef758d1fbee244df1d4e3c971c2 1.78 MB 2,983 54
Previous 10 blocks ↓
Total Size: 686.21 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,417.58 GB sent, 113.49 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.