Memory Pool Memory Pool Refreshing

57,119 transactions
28.90 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,957 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 2,309 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,956 (677,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
195,673 195,673 00000000000003a5a30ca122c61a693d1e867ef717f790fa7c51c927276aa168 0.25 MB 506 183
195,672 195,672 0000000000000593a24e2853088b392a4196bedf3954e36e2219670453ccf733 0.25 MB 758 379
195,671 195,671 00000000000004e57e2b253fa5000b60a08b29d2b1188f4e1df7c56de60d1f18 0.00 MB 9 0
195,670 195,670 000000000000055a131843e0c0aaa06f1834ef658cdc55c9f18b4ee7d29ee4b9 0.06 MB 113 222
195,669 195,669 000000000000035ff0f31f5d5d9d0db4b61dd5fd0ae759621639bfc441d2cab1 0.20 MB 460 245
195,668 195,668 00000000000002a587b92e3ce686af5f5c8667f664c2c7a6fea54f82fb6969fc 0.00 MB 10 201
195,667 195,667 000000000000028d01891bf95fa777b3f1e2eb9b04d6dccbf4ab3496105bdf23 0.00 MB 1 0
195,666 195,666 000000000000066af4c7c5220dc5ec1a8f7b75cb845b4a2ed8c988d4b3c78db4 0.04 MB 132 353
195,665 195,665 000000000000019aadef14e5bfdba5766162776b4309e1295997029459560a3c 0.02 MB 35 223
195,664 195,664 00000000000000eb10b5c7219933df00b6d3afeb84cd3063e8de77f54481a368 0.08 MB 35 155
195,663 195,663 000000000000068a0e72ff377aadd8db1cf9eab6f6a8907679768dfa439cc394 0.07 MB 76 180
195,662 195,662 00000000000005a4e3b4bf7b850b4ec9f9b70b4df88c68abdf979268ba2a37c7 0.02 MB 41 371
195,661 195,661 0000000000000197e647eb0d65bd94e8b0d3bc516100ec0954d6a4b15e70efa5 0.00 MB 1 0
195,660 195,660 0000000000000488643784d895edfe24b5ccbf1130e77ccf2108d0bb32034076 0.02 MB 43 166
195,659 195,659 00000000000001ad78883a2330ae5538108fb5a8230b2f417b907d717810a640 0.14 MB 359 387
195,658 195,658 000000000000059c59ba1afebc6491cda17ef63f636b170d8bb2893b2d16c623 0.04 MB 128 436
195,657 195,657 00000000000005a4ef93b218401596ecc92af58fcaa4fa4dde0ed2a3290359c9 0.03 MB 85 191
195,656 195,656 00000000000000a4724d4265a16661928befbf98f3dfa409ba124d7bcc12f2ec 0.11 MB 274 321
195,655 195,655 0000000000000642db9d67175892e1397f1110302c1fdeda337743f0f0f7d942 0.11 MB 314 138
195,654 195,654 00000000000000f80d90872b409a3a98aa68a906024bec89d3d907f5e01a0c4d 0.00 MB 9 14
195,653 195,653 00000000000002bb5a6071fd08fa8568d7439a58df56202d5610c6148c1f9a33 0.18 MB 494 218
Previous 10 blocks ↓
Total Size: 704.97 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: 2,662.94 GB sent, 244.38 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.