Memory Pool Memory Pool Refreshing

109 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
3 sats/vbyte 3
2 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,146 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 98 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,145 (650,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,978 257,978 000000000000000c82a55e9f194ca84d7b4b93c6c471effdb2ccde94fc66cc8e 0.35 MB 831 114
257,977 257,977 0000000000000015f0687fa404c08ead097542a86ece7c1db558c0eb9ce08afd 0.03 MB 85 104
257,976 257,976 00000000000000050cc705550c41519fb99de2bbae7d68a1336270c4483baab6 0.27 MB 634 118
257,975 257,975 0000000000000015f3a96dd807f4ebf96aa6b6b25f7bd3a5fed8a378f89b2a2b 0.17 MB 410 109
257,974 257,974 000000000000002640577157fcf647ba5bc8be881282df0ef4d04e6875a4c284 0.03 MB 63 119
257,973 257,973 0000000000000006fe310f36702731d78c39fe41692a82fdc8d650eef65b22b3 0.29 MB 334 46
257,972 257,972 000000000000000bee91337a04ebea333cbadb7ba528f828b08bd8c3c35051b3 0.25 MB 514 136
257,971 257,971 0000000000000016a37dd73979f7eeaf42968680e0fe6f897b10f5a04b051322 0.04 MB 126 113
257,970 257,970 0000000000000019c6b7c474dec092927fb3a8e84c6f03d61a60045ea355afc1 0.21 MB 471 108
257,969 257,969 000000000000001acc3f83485a392b4f17988c0131d2e7709c36855b73954d15 0.02 MB 64 123
257,968 257,968 0000000000000006bef3f7ffc58a11347a278a6d00d9ca075b3e724c2c869071 0.05 MB 120 93
257,967 257,967 000000000000000db41451e072502c40f28b41d14b7b46883591ada6817dbf03 0.01 MB 36 99
257,966 257,966 000000000000001e57de8e0f5dc72853db8bbb8a1b20234192b44aa138227ea7 0.07 MB 166 151
257,965 257,965 000000000000000b73f1b193ded9365aa5afd878af1385b59c4c79c1e61ad1c0 0.08 MB 206 112
257,964 257,964 000000000000002045fc88370314e1632c4d729accc74a864a47be93528cb3af 0.12 MB 90 77
257,963 257,963 0000000000000001091950ae13bcd9475d7c95292f279d222e5829797eebd138 0.26 MB 73 80
257,962 257,962 00000000000000296efe7d6311d9bce6088048c90dffd99cc299f2581059b0da 0.18 MB 364 93
257,961 257,961 000000000000001379862ad118047e4481c627d504d9cdf2cfb83b4f5c0bfb11 0.05 MB 140 147
257,960 257,960 0000000000000008e4dc986b86738ecedcfb264ac573f50bd15e48cd27846d2a 0.02 MB 44 81
257,959 257,959 0000000000000010ba3c41e0d24b6b6d6de09a9423d772dd43516d65dabf4c70 0.13 MB 329 73
257,958 257,958 00000000000000295d2c06c5881d12fca6741279e2c41a42a619e668dc25c512 0.10 MB 256 121
Previous 10 blocks ↓
Total Size: 769.82 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,680.58 GB sent, 96.98 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.