Memory Pool Memory Pool Refreshing

7,254 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,708 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (708,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,522 199,522 000000000000037aa685554b78d2b26bd9f87c51f3fe2e8dcd047563824b19cc 0.41 MB 1,024 74
199,521 199,521 0000000000000565af56e5e5f92492f86463180262f808e27536c267e8668cb2 0.05 MB 114 123
199,520 199,520 00000000000002ad7500f3f595a87b6a5fb7afdc1bd3ee86b3f0f9ee804cb936 0.01 MB 32 0
199,519 199,519 0000000000000409081268e6bba52aa39fa744a100bb4aa578f76119fc5a2064 0.05 MB 122 101
199,518 199,518 0000000000000493db59e957160a94496b5a5f76b15b48df66a1e145388b5123 0.13 MB 317 178
199,517 199,517 000000000000007828503cd3b08694dfd42d767b6eade61eb8b9a2aa879a5dd1 0.06 MB 179 141
199,516 199,516 000000000000050cecc244cd0c490f2a1eb284883843a7835ae00e76aa3661a0 0.00 MB 3 97
199,515 199,515 00000000000003527243951584811b2cc30225b4bcce8a1fba070a080289f89b 0.02 MB 49 251
199,514 199,514 00000000000005020427bf8029d166e00bc1028a425e19ede5266f4c4760f210 0.04 MB 95 70
199,513 199,513 0000000000000512f541c8b5dddcdd6b35761250e42073b1e6ad28a37ade589f 0.09 MB 169 104
199,512 199,512 00000000000001dd13fbfb103a4afe185f1a9b303bcb5df4d0e0615ae2558a44 0.34 MB 439 91
199,511 199,511 00000000000003daab84c09f7f67318a6e49d3667b26a40697ef7c1a7a83430c 0.05 MB 122 142
199,510 199,510 0000000000000312334754bf4a273d53f9d6adaeaa733c0323031a41f03659a3 0.01 MB 16 61
199,509 199,509 00000000000001847e83494bca8a9ee57e16ca14b24976683be3ce8d4d11397f 0.01 MB 26 83
199,508 199,508 00000000000005c75aef942f486b960052fa0e9e2ff1eb1a7ad529ca0b1eb13f 0.04 MB 83 158
199,507 199,507 00000000000000221919a76b995a6d84c46ecf477c3fd45dda63b327181059dc 0.13 MB 331 138
199,506 199,506 000000000000045e1d7c0388a4cc8a638b67e12539c20672ef13dbfdfdb884c0 0.02 MB 39 100
199,505 199,505 000000000000015ee10cd579a72ad38d1b69bfad31e2a82b60baf3a23196c6a4 0.01 MB 39 119
199,504 199,504 00000000000005f6cb0f09591e139dfed59ffdb1e6a999bad9b823200d277586 0.10 MB 205 129
199,503 199,503 000000000000021f820b58e9cb10264a02fdb8e9574c96e0a2a2d22860742137 0.15 MB 359 242
199,502 199,502 00000000000001014005655127cdfb2872c425aaf12ffce62d1cce366639533b 0.01 MB 32 0
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.