Memory Pool Memory Pool Refreshing

1,558 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,553 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (4,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
903,132 903,132 0000000000000000000156e98cfe9a2b3d1c987561a9b3b2fef18065bb019176 1.58 MB 2,404 3
903,131 903,131 00000000000000000001abc0608d3ff61219f9f212680fc07bcd994b24eab12f 2.06 MB 1,590 1
903,130 903,130 00000000000000000000cde362cac4b300415ee36a18dfa3352489537ddaf994 1.63 MB 2,499 3
903,129 903,129 000000000000000000000ae78e62d0ec18d418f4a9f124c4979175530a2ffa22 1.79 MB 1,839 2
903,128 903,128 000000000000000000019bc0c14f320e04fdd1b5d99fe2b5ff2b2e94876dc6a6 1.66 MB 3,307 4
903,127 903,127 0000000000000000000169b74466655a03eaeb0a4a25f5dae3c21514e2e4224e 1.68 MB 4,400 9
903,126 903,126 00000000000000000000e2aaa3a8c0285f5c281c17c48200add6673992914695 1.61 MB 3,781 5
903,125 903,125 00000000000000000002200f90f29879115476dc88460127b390beb6fad578f1 1.80 MB 2,517 2
903,124 903,124 00000000000000000000260a89c3f2cdf60e34e8ff54067bc18e9301d22320a1 1.99 MB 2,310 2
903,123 903,123 000000000000000000012c9cc63b1b08dc9a4a664a24dace1da37465e5dd9a90 1.52 MB 3,359 3
903,122 903,122 000000000000000000017e19189c525f1f073105acc173022cf73b1f782913e4 1.49 MB 3,493 5
903,121 903,121 00000000000000000001f461841ae3149816395bb5a66ced96c07ee6fe006293 1.73 MB 2,680 3
903,120 903,120 000000000000000000012794498ba6461c75d241cb99d2c95641687907e1519d 1.84 MB 3,325 3
903,119 903,119 000000000000000000004cf7ce4a36815a7b52012f3e48640fa6ec522c7537ac 1.60 MB 4,071 5
903,118 903,118 00000000000000000000fb5cddab7029ea94345d6ddf44ee5eae34740a49a10e 1.57 MB 4,139 4
903,117 903,117 000000000000000000007a022db43cbf7f78510cfb35020635e6cc55e4153085 1.54 MB 2,922 2
903,116 903,116 00000000000000000000350fc75e2539767d0fdcaecf2c2eb749911991373d3c 2.17 MB 2,418 1
903,115 903,115 00000000000000000001f1451d907db6d48f3f8e2fe0650b162e3cd57358b6b3 2.20 MB 4,169 1
903,114 903,114 00000000000000000000ebf7d50c9186d514b84bfe09c477351e612b3beef5e1 1.72 MB 4,330 1
903,113 903,113 000000000000000000003431ebf46a380c23627f55e646f2b9058522dfa3cf90 1.72 MB 3,567 1
903,112 903,112 0000000000000000000066524817b1226c9ef8951393b786a5b327db657ff4f8 1.59 MB 3,191 3
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.48 GB sent, 93.62 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.