Memory Pool Memory Pool Refreshing

958 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,788 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 936 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (723,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,334 184,334 0000000000000105662f4c86dfec6639c77fdb8a9369c6f7091dabd61806c30d 0.32 MB 512 98
184,333 184,333 0000000000000a103854d311c75db4e7021cfd7c3ca75ee515493dd120946e4d 0.25 MB 495 115
184,332 184,332 0000000000000a3e987f144e8742e12921d10dd18b441798192a0551d7463ea3 0.25 MB 591 133
184,331 184,331 00000000000001a4e8e6573c552d93533ce13f89f6cf2007ff3b5a906ef3a78f 0.25 MB 570 131
184,330 184,330 00000000000005f798953f8a268f28cfe417382aeed235cb586cec4f5f936617 0.05 MB 127 240
184,329 184,329 000000000000016abbf93ac902023889f538e3beb8f59052c582dcbd4ea85a37 0.05 MB 128 108
184,328 184,328 00000000000001f0d47fe13a8e5e181daa5b7af4ef2736675c694a18888dec3e 0.25 MB 567 115
184,327 184,327 000000000000032c80327f394a7cb20b86190bc6699b6f6fdf513ff51a832d3c 0.05 MB 134 201
184,326 184,326 000000000000054af17d11c5a861c5b0e6a7faa92c5498df6927784cf9dd1813 0.25 MB 469 121
184,325 184,325 000000000000010024d2079e7b3555d4808a89edb17f6a8b486239f8065e58d4 0.42 MB 633 103
184,324 184,324 000000000000064902d85dc989aec685b4d815267fe124db5803df61d220972c 0.26 MB 712 132
184,323 184,323 00000000000002c8d62007c996d3869df1e12398ce22c8655e8cccae5c2db912 0.42 MB 537 1,233
184,322 184,322 0000000000000769153fdd41ff0df8e34a42b750c3a9fa9912df99d6c961a31c 0.01 MB 44 2,133
184,321 184,321 0000000000000a2619d9773adadb80b7446fa8e79ee29bc5ec43c8651133de72 0.25 MB 656 137
184,320 184,320 00000000000004aa3df9d37fa3dd4a439c083caa52736754118964b46a22a591 0.00 MB 10 15
184,319 184,319 00000000000007bda3618e1e1e4072167a55586c465e4d356a9dfd9f075c70f0 0.25 MB 695 134
184,318 184,318 0000000000000888d480b1a5d8bcb3e03a9891dbffccb8b1ceb90c22650b239c 0.05 MB 155 96
184,317 184,317 00000000000002da90afaff5201347378dfcf984ee36256f8f240d1345377fe4 0.25 MB 655 147
184,316 184,316 00000000000008e029f1ac69c5440b6734dad4549b99b8f6def47eaa4139d118 0.25 MB 566 131
184,315 184,315 00000000000009355e499cd32cdcd379c16867c4d86cf2d6e7f0342fa3abbfd9 0.32 MB 1,024 164
184,314 184,314 00000000000006a9a2a72d2550351a672ded750dcb52b9b6dff1f00a160655a4 0.05 MB 138 158
Previous 10 blocks ↓
Total Size: 769.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,631.89 GB sent, 93.59 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.