Memory Pool Memory Pool Refreshing

2,841 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 2,824 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (762,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,230 145,230 00000000000005cb7851af9aea37261b2b7c580704d90c9c57b014d1173a2c2f 0.00 MB 7 26
145,229 145,229 00000000000002ccf1da3ef75740dcf9df9756a5530fdb6c0976cd054407ec69 0.01 MB 18 336
145,228 145,228 000000000000001cf07e323d70d90ab60ef771f6882581284a4edbcb9baf99e4 0.00 MB 9 90
145,227 145,227 0000000000000719bc336076d77bd427fce40c99c7a4b7a562434863a5367dad 0.01 MB 15 199
145,226 145,226 0000000000000298ed7ea5793cb19c243fbf11ce41bc82e39e5de894d374fa6c 0.04 MB 107 156
145,225 145,225 000000000000075ee6eb6aa7431ecfbed53a1947688fdcfb152da427a1efd9d9 0.00 MB 12 35
145,224 145,224 00000000000006c93f2ce83894a13faff5fa786fd28b29870f7c8ec24cae2535 0.01 MB 38 123
145,223 145,223 0000000000000971a57bee785aac287f30cb02db8f2bcf6fcbf99dadf0c2e15f 0.05 MB 111 180
145,222 145,222 00000000000003cb214ccab7d96db8d9a1bbb775a70fbfe3e47e6547882d1cce 0.05 MB 96 117
145,221 145,221 000000000000049cd46e0f31c4d10edfc6de09a4faabb7a2f5f5ede537203446 0.03 MB 79 81
145,220 145,220 00000000000002b6a49323d5cde26ea1680f82438be51b41fb1d62bf1c41f410 0.01 MB 20 181
145,219 145,219 00000000000004f691df7ebc43a3b35a5ce21f1b68b4163ed8ef7b368931e760 0.02 MB 61 92
145,218 145,218 000000000000047b12f4814757a3a6e1c223bd13f480c6320810dac7fe2169e3 0.00 MB 3 80
145,217 145,217 00000000000009573581ec2079cadc5846e08373f64772790965b5039861551f 0.00 MB 14 111
145,216 145,216 0000000000000984244c2f245affc977a8c2345f6bbfd41cc91b30d7f60f7bee 0.00 MB 3 57
145,215 145,215 000000000000057db596270433ae06f143494ea4e7928d8ce48249981c8f82bc 0.03 MB 80 319
145,214 145,214 00000000000002fd70610ac2fc3af503ccc5d76d360e08b963f9fa52e5ac255c 0.05 MB 124 99
145,213 145,213 000000000000089b326068f12f012fafdbce80d580de294fd5b3ef001d515955 0.04 MB 92 155
145,212 145,212 0000000000000051ba45cc0aa077bff31a7ebd1cf7b75ef990df46f275b78106 0.00 MB 2 0
145,211 145,211 000000000000077eb2949ac377202723ac8b91407b3df175b1c2d76ec0eb4efa 0.02 MB 36 176
145,210 145,210 000000000000013e33635e5ba9711b4d82a69c0d46bef7f2f668ae4ac7328bf3 0.04 MB 25 77
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

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