Memory Pool Memory Pool Refreshing

29,963 transactions
32.34 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,092 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,912 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,091 (702,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
159,203 159,203 00000000000005a6b5af8b5279a07ac22e422b06956ddd31d423ac6ba0f2eb53 0.01 MB 23 234
159,202 159,202 0000000000000adbb379978aeb4ed48a19df23742552240295226a8995d5756b 0.00 MB 12 0
159,201 159,201 000000000000026ce8c145038d31035f240fa4c5f675c12b238234662d798731 0.00 MB 14 26
159,200 159,200 000000000000019ca45008c57d8e76b593eda4aefb6b6740979324c216db5f51 0.01 MB 42 94
159,199 159,199 000000000000099ea81a42c460ecd866b160164c776447ca34a40341470d9d03 0.01 MB 48 8
159,198 159,198 00000000000001dc3c073d27debace6b574679c43dc29c3f19e3a5f44170210d 0.00 MB 17 0
159,197 159,197 0000000000000e338e299d3fb7373a65aec34222e90402e8dec9b8f0b1a41d1f 0.00 MB 2 0
159,196 159,196 0000000000000666c7385ad1f172fef9e32a3e655d585945aca3986e6b3fa56f 0.02 MB 58 76
159,195 159,195 00000000000007ad5ca9e0dc7d4e7de2233d9180c718da0adc95cfc7eee62c00 0.01 MB 36 146
159,194 159,194 0000000000000d6428b257429803a6a8a113cea56725ecfb3c31ed761385f7f8 0.01 MB 25 533
159,193 159,193 0000000000000b77f799248070b881df61f9a3b40a6e881def6c3fbca7afdb06 0.05 MB 99 305
159,192 159,192 0000000000000b7cf612676e0ec80b516eb28e3856cbdecee18592daf141adb9 0.00 MB 12 17
159,191 159,191 000000000000006a9f40c58a5310936296bd20ed0c42896c108b1cb943955ed4 0.00 MB 10 15
159,190 159,190 0000000000000806bfd7092d6d87aef618f28bff1aae8345dc0722325c3a1c7a 0.01 MB 58 20
159,189 159,189 000000000000067d445048b30e8c3dff128878d4bd2db417724c70cab42f6b83 0.03 MB 56 150
159,188 159,188 0000000000000208cd304480968246bf00a364900b8990204f19c2521c2be97c 0.01 MB 37 100
159,187 159,187 00000000000002603d219e663f49463904ff522f01f783e825b80ba5e323b734 0.00 MB 2 193
159,186 159,186 0000000000000969375af1d9daa7724c4474e633d5f99a51504890bc89af9b83 0.01 MB 8 14
159,185 159,185 000000000000056b3e1160e2511feaccca4ec04736276040c58412ff6b24d93f 0.01 MB 18 149
159,184 159,184 000000000000061b2e2b086d9524273d21b8a4fa6825d017b048950522bad441 0.00 MB 8 0
159,183 159,183 000000000000079ccc401eadae4b90257f4e75ff058c26e491ddb5e466aeaf1b 0.03 MB 41 503
Previous 10 blocks ↓
Total Size: 684.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,335.63 GB sent, 100.58 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.