Memory Pool Memory Pool Refreshing

2,872 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.82 vMB 2,870 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (443,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
463,992 463,992 0000000000000000016b58fa0109fc4f2a3dabc6ea538abf7917a11d13a30bef 1.00 MB 1,816 128
463,991 463,991 00000000000000000080f73c78071ec802d7d4fbe2dd5464c5a86a028ac34061 1.00 MB 1,937 91
463,990 463,990 0000000000000000012c52032ebe96c0eff762f38adbad6578b548f979056601 1.00 MB 1,913 149
463,989 463,989 0000000000000000019432323574795d56a0a983e3ae57891615e13e0121c9e7 1.00 MB 2,019 126
463,988 463,988 000000000000000000b3616a0cd1e6cfc68f9c62b0c891ec17b22c78e3ae6eea 1.00 MB 2,306 215
463,987 463,987 000000000000000000a197f890eefeae1306b51bdfc8ef6bdb1f68d02ee67ea1 1.00 MB 1,938 160
463,986 463,986 0000000000000000002a5350adefa4f0d10a372905cff3c740e0d087e30bd7b7 1.00 MB 1,262 110
463,985 463,985 0000000000000000011a1058445788d22ff93cce97c1005e9e0935c65ecd22cf 1.00 MB 1,116 103
463,984 463,984 000000000000000000771f4048c2e23767f8fd28939f2992e5a8276ba5088307 1.00 MB 803 122
463,983 463,983 0000000000000000014b7966e1786c0dbf867cbbf1d278a4005e6d89010ad078 1.00 MB 1,862 148
463,982 463,982 0000000000000000016c74ce9c93b0142d6a7c50d87f9995dc7c453ebf9031a9 1.00 MB 1,974 183
463,981 463,981 000000000000000001bb5c2a76cd9a6b3c3ef7fb3003edd0b0ca1f81fab05ef4 1.00 MB 1,996 183
463,980 463,980 000000000000000000a423641b1dccf61c4ac910c613a47b761994fa0284f04d 1.00 MB 2,019 181
463,979 463,979 00000000000000000068db0e062a587f56f567562e2abead8941a2807d340a62 1.00 MB 1,970 107
463,978 463,978 00000000000000000069ea674150ccd1a9c91e467c0e58aa3541b125d6f75b33 1.00 MB 2,020 158
463,977 463,977 000000000000000001b3460ec8397810c41dcfe71b54021e4d2a71407b993af6 1.00 MB 2,129 251
463,976 463,976 000000000000000001682aca338c3cef73044a7d98639320c5d155c7f052c8f8 1.00 MB 2,025 122
463,975 463,975 0000000000000000020edc00db4c5b2f21055f9357d2cc80990f57fd21bad7be 1.00 MB 2,410 149
463,974 463,974 000000000000000000991f85b7f3bfda4bc47eaeccb1a3d812712a8b0945f010 1.00 MB 1,394 143
463,973 463,973 000000000000000001e9d01ef9bf2a93d4ad4f00873cf745fd96706d91508640 1.00 MB 813 179
463,972 463,972 0000000000000000018a9a477966b2f4386f3f75394cf039da74422944ee6147 1.00 MB 1,817 148
Previous 10 blocks ↓
Total Size: 769.01 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,616.93 GB sent, 92.85 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.