Memory Pool Memory Pool Refreshing

6,908 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,919 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,567 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (720,778 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
187,140 187,140 000000000000057d242bd6e5cce860ee7c71393f045f28b6cf1e42b01c9bef07 0.12 MB 226 93
187,139 187,139 0000000000000486fb041456433d90fec75b5fbc284babcab882b2842e76c2c9 0.03 MB 81 114
187,138 187,138 00000000000008eca958f405fff3aa956000f1b355f9576f0343d0604cde3df9 0.00 MB 6 15
187,137 187,137 000000000000036729a33e950b635638af62ac4edf6392f90391288d07578196 0.00 MB 7 85
187,136 187,136 000000000000021e8aa7e63cf638303ab45cb1939e87f4609d44e24f5f2f9c0c 0.01 MB 53 3
187,135 187,135 00000000000001d6c5d4c7acb4b634b810b0ca94730088fcd8d0ab48d0ddcecf 0.14 MB 375 134
187,134 187,134 000000000000027f42d0dea0b92614517a0fc519e1a6642b30568cbdeec2880e 0.00 MB 10 302
187,133 187,133 000000000000058c00f82a85580b83daa46ecf646b47c5b66b1cc32890a1d3c6 0.01 MB 12 70
187,132 187,132 0000000000000453878f6c213e32bc41ad058144b5af22ab9d2fe53dc40d6f67 0.02 MB 48 58
187,131 187,131 000000000000029476c2bb06f316bd6d3d27aeaa3cdc57d785a2eacce2e7ebac 0.04 MB 106 128
187,130 187,130 00000000000002c019ddc5bcf76e8e61ac50e53f9cbf3adaa4e1587788c9558c 0.02 MB 48 184
187,129 187,129 000000000000063a6e41adf25963fca49e05f0827467ec27471417f08eea25f8 0.04 MB 120 118
187,128 187,128 00000000000000a0c44c2ccb28f8cbe0953db44775c0f34ae22abae27e3391e3 0.01 MB 51 116
187,127 187,127 00000000000004898783cbade14788b18c21ed15d3ebab7a8b33a84922bd00b9 0.11 MB 248 126
187,126 187,126 00000000000005cbe50d034e1e1da313b842e9d1e2f00cb3b0c37b614957a8d3 0.03 MB 114 15
187,125 187,125 00000000000000fd57d6b8476a650d3a0891200c707b1bbbdfa03b303f62f610 0.10 MB 292 124
187,124 187,124 0000000000000222fa2dc7c7cc6e97d4c972b02d19d8e359f368558588772571 0.10 MB 195 129
187,123 187,123 000000000000055baa9332b4dff0c36eeeb47397d85189fe3de529ce59700103 0.02 MB 78 110
187,122 187,122 0000000000000116c790287f72b5516feccef6e420544d96d7b77b2807e949e2 0.09 MB 215 118
187,121 187,121 00000000000004c28969f2bdc683507dcf6a91a000fb5e996482c19e7f413fe6 0.02 MB 44 49
187,120 187,120 000000000000031e430541b2ff6b2928a5d5b34ee5e096a9f3b871ef2865f8ea 0.12 MB 211 117
Previous 10 blocks ↓
Total Size: 769.39 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,644.41 GB sent, 94.91 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.