Memory Pool Memory Pool Refreshing

1,960 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.63 vMB 1,960 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (104,459 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
803,288 803,288 00000000000000000000f95ea0d3e8ff24009675e2159136b55909470d974c33 1.99 MB 5,914 7
803,287 803,287 000000000000000000031168deb5078c2dbcacfa656be4e0da41f4a309ec1d79 1.88 MB 4,917 9
803,286 803,286 0000000000000000000142d08d8d44e5bc32501308234d265ce6ab83efed2b31 1.54 MB 2,415 11
803,285 803,285 00000000000000000000ba9cd6e721a29d7e32d1d775b98f676ee2ccf66688c6 1.65 MB 4,137 7
803,284 803,284 00000000000000000002d577a636359010f85ab480333e85014753ab3941ab05 1.50 MB 2,963 6
803,283 803,283 0000000000000000000037faae651a1d3b27c139081cd96cc3bd1ebf4dc22242 1.93 MB 5,052 8
803,282 803,282 00000000000000000003b4baa17d5779a301607c92413e8d776cd01fc75b4cfb 1.91 MB 5,585 7
803,281 803,281 000000000000000000045be5cb557f1129d6ab69c29b29f973f7ea584f1ea89f 1.68 MB 4,247 6
803,280 803,280 000000000000000000048634b95d6b2b78e1ce3c4101e65764a48889dc2a838a 1.54 MB 3,153 12
803,279 803,279 000000000000000000018246366949b18e24ec79dce43d83d61579d9ee3e66e3 1.95 MB 5,712 9
803,278 803,278 00000000000000000002b4fd187bffd5b34d325d57870c270d41da10b8f1f742 1.52 MB 2,155 8
803,277 803,277 00000000000000000000cc9e36d91e7249ec94c07896cb1c93b9298cd4e79021 1.51 MB 2,536 9
803,276 803,276 00000000000000000004b0a2d31fe4f8b994c99053bbe4040fc0f80252621aa2 1.48 MB 2,651 17
803,275 803,275 00000000000000000003d206dd87f2d0d1ec9a22afb322947aa3cd83b3cdf1fb 1.71 MB 4,397 11
803,274 803,274 00000000000000000003ecfe98dbc9f79f2f504b305e8f86e9411ec6e02aa11d 1.98 MB 3,399 7
803,273 803,273 000000000000000000032804d4452064fcfb2a111bd0bd8808d262f79bd7da35 1.62 MB 3,694 14
803,272 803,272 00000000000000000002919e5b9b9754309d1dd83b6db4cfe888a7cb4bcbf3ee 1.73 MB 4,509 7
803,271 803,271 0000000000000000000303fa2aa754afab878ad600857b852c4cdb094fc34559 1.78 MB 3,685 10
803,270 803,270 00000000000000000005013fc0e58a64860ed3464b83e012d4d34bd682dbf0ea 2.14 MB 7,070 6
803,269 803,269 00000000000000000003b97e52bec121f6bda900f58962b712cf0c47738e50c3 1.83 MB 4,764 8
803,268 803,268 00000000000000000003e6dc94b354dafbb4d2417299c06dd4535c7efe3bfc3a 1.70 MB 4,080 9
Previous 10 blocks ↓
Total Size: 769.07 GB

Node Information

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