Memory Pool Memory Pool Refreshing

1,358 transactions
0.40 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,468 00000000000000000002349e0000000000000000000000000000000000000000 0.40 vMB 1,352 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,467 (827,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,124 81,124 000000000035ab16160d63dec9b70de17810190ff75cc44ac7a051f5e1f3faf1 0.00 MB 5 0
81,123 81,123 00000000001a4ac38cf549516d01cbd36ddb85fed38560c84192c0d388c4332b 0.00 MB 2 0
81,122 81,122 00000000002f92d04acb0daf6d5bd949fe80b4553c5f2211b7faefc29ee24b42 0.00 MB 1 0
81,121 81,121 000000000027d4231fbbea32fb95a2f6f61107cf361026f1abc6bb3484907a82 0.00 MB 1 0
81,120 81,120 00000000003f5fc1832ccc8c72013a1ea6b6b0497d4aa6c8777e80f464ac26d0 0.01 MB 8 0
81,119 81,119 0000000000356c42f39b34159118377e0dfbd6929d1bd4c5b474064dada06c28 0.00 MB 1 0
81,118 81,118 00000000001f0a75a50113b9189e74804b5d1d624e59d32fa92778dda18e4d0c 0.00 MB 1 0
81,117 81,117 00000000003bb9cf8decc3d99c8e9d8fdc1e498a911c03a7d9a2d1f968c4c60c 0.00 MB 4 0
81,116 81,116 000000000035939a940ab63b593a63bebd0bf5cd01280a78bdc12fd4b840643e 0.00 MB 1 0
81,115 81,115 0000000000139aa26600ef47e4dd215bfaac60a0a8d604f8a0c6c0e62b88c62c 0.00 MB 6 0
81,114 81,114 000000000004d8f8e5a48ffc3debc0c7ee0812e09b56b55542495124fce4702c 0.00 MB 3 0
81,113 81,113 00000000001d7199307050a319472091f5f490cf9c29302568fda2379a8ae408 0.00 MB 3 0
81,112 81,112 0000000000012c84ef51a27b0ddbefd323812b825eda651b1b2cb80b06adcccc 0.00 MB 1 0
81,111 81,111 000000000019440243cb1a2b9a0235487fb26749a3adece180f688d0b250615b 0.00 MB 2 0
81,110 81,110 00000000002c10c4f610b3005fdb1b2e7638fb8d2d6dea148b11754b42fe00e0 0.00 MB 3 0
81,109 81,109 00000000001be68a9d4d8981b068bcf052163eb328ddfcf6377c7d32b0d6a6dd 0.00 MB 1 0
81,108 81,108 00000000001261a4064fe00a5d217010035c9a660db49194092de8254582b7a0 0.00 MB 2 0
81,107 81,107 00000000003d056dad8dc7154509103edbaa5e95b23205cf088045f9331b75e6 0.00 MB 1 0
81,106 81,106 00000000001b56c378e7e77c69d6789df1ead0e95240bdb7784070815da298eb 0.00 MB 2 0
81,105 81,105 00000000000f1b02f3100636ab0eca1ec4ffaa441afdfca0d551d33b651b3720 0.00 MB 3 0
81,104 81,104 000000000029c29434908f4f1d5eb2ed7572b2dbef7030e3299dfc895339bddf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.22 GB sent, 99.87 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.