Memory Pool Memory Pool Refreshing

4,830 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,432 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (610,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
297,773 297,773 00000000000000006bdf0c40493e371cd313de12ec5b9ce2c48c7aaff33cec06 0.12 MB 256 34
297,772 297,772 0000000000000000865124e9a2a416711fafd96b1c48684ef32055b7e1c06fc7 0.01 MB 30 38
297,771 297,771 000000000000000033f5c3447d39830835364327cb229d67b1fa3f5ae008b8e4 0.16 MB 174 22
297,770 297,770 000000000000000007f09b74086500df72d5cc61f3d769728f83dfa0b8a8d1be 0.29 MB 427 26
297,769 297,769 0000000000000000796228e6b66865eb111cfffe8694934eda5840cdcaeae136 0.23 MB 280 24
297,768 297,768 000000000000000099741ad214c8a0a5ba66b55569450ccfa02aadd5ef636fca 0.04 MB 114 36
297,767 297,767 000000000000000017f8b2812592728365293ccfa7fcc90136b07e50035c5e9e 0.04 MB 35 19
297,766 297,766 00000000000000002701c3a0148f93154fa14911174d3916998b954dd02eb836 0.00 MB 16 39
297,765 297,765 0000000000000000320b25f388f71ce5c21efe3cd40a9c3b127253ede31f1cfa 0.22 MB 340 28
297,764 297,764 00000000000000004361687d39ccfccca58153671e5b2421a944d32b2cf3aad8 0.20 MB 372 32
297,763 297,763 000000000000000008d7cfd801dbcd61292a9442724e35face0fae6e808ce36a 0.08 MB 75 10
297,762 297,762 000000000000000062e9836a1fcdd2712e3f2ad01a0fcb3c4933be30a18c4af5 0.01 MB 40 46
297,761 297,761 000000000000000097e30176df4164ee1527b812e65c4b81462ae6b138789bc5 0.23 MB 304 24
297,760 297,760 000000000000000038f9deb96648fa70e9acbfd5227ede55d7ff84ba08648acf 0.01 MB 23 44
297,759 297,759 00000000000000009c40e253df6fc1f0091d2d35a498ab6ebcf6ad2dd47c89ff 0.01 MB 36 32
297,758 297,758 00000000000000003f04a7b2635e7c8fbb16f7d75a5cf638f8e7241fd03b7688 0.10 MB 183 55
297,757 297,757 00000000000000005344ed34369a605dd493d26437994b64388b7c5885624add 0.08 MB 154 26
297,756 297,756 000000000000000046ec2807a327451fd4a6aeec2b0c747ada2ea538f22aa80a 0.26 MB 221 16
297,755 297,755 0000000000000000191c42e7fc6752a7814f7339920dd1355bf39b58998a0b91 0.35 MB 866 41
297,754 297,754 00000000000000005fa66d8e5534d1f6fde645623514a19fd27c1378533455c5 0.13 MB 283 31
297,753 297,753 00000000000000009a53a2698c265f91de1b55a0b0cbf29d47be106202426c4f 0.14 MB 450 48
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.