Memory Pool Memory Pool Refreshing

1,522 transactions
0.57 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.56 vMB 1,510 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (762,520 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,270 145,270 0000000000000186218ecb23e1270d816d39bcbbba7f821cac1500a0bda9830a 0.01 MB 38 51
145,269 145,269 00000000000007c3e5f4ecb103a3011fc8e9a9975fdd392693695ead21935c5d 0.02 MB 34 162
145,268 145,268 00000000000002c10d4bd19d89b45aaa4e34f59b3f4b28589be7a7cca65d968d 0.04 MB 55 134
145,267 145,267 000000000000002d3d6b6b1e92daad78a924e7a4b51d6b10342253dd035ad255 0.02 MB 63 280
145,266 145,266 0000000000000044930dfcf780474a1459f663d7b8257bc5f15e4e9906585b3e 0.00 MB 17 0
145,265 145,265 00000000000005e10b22175594c7b2242075a6955248c3365505dbe821807c0d 0.02 MB 46 165
145,264 145,264 000000000000081b432d9f1bf2ccb2c72c9d4a5a39ddc5f132012fbdec531929 0.01 MB 30 44
145,263 145,263 00000000000000656de4c8f5aa2781f63713af2c7fef79b25bc709dd7c881eea 0.02 MB 51 31
145,262 145,262 00000000000004f4a3ff72b1dff239d6437c4f08911666ec7aa4bcc95a068623 0.03 MB 31 129
145,261 145,261 00000000000002bcab7b5ef4629f1fdc54057095c20c85a80084b38f8a3f8b6f 0.03 MB 75 83
145,260 145,260 00000000000005a11ce4e9183cf84c6807da3efe9792aa8aa535acec54df3550 0.02 MB 63 66
145,259 145,259 00000000000008ef48030bd6af00b15a3fe81ed589c6b0837dfe6c03c38c437f 0.01 MB 19 70
145,258 145,258 00000000000008eef81511ce7803855399de94aa8a41e5b38cea1012b95afc27 0.04 MB 115 198
145,257 145,257 00000000000005c2542c3a1cedf959f9199b5a723b9ce40a7af8fb120bf94554 0.01 MB 8 20
145,256 145,256 00000000000001091bed10e234aa1dbc0cb17859cc495fa4a8904918b9910869 0.05 MB 99 218
145,255 145,255 0000000000000169a62c9ca882e385112d849ffa43f49f51ec0b5b4efa197a3d 0.02 MB 56 114
145,254 145,254 000000000000016080fc9c39eaf4f98afd96195b0a6e08946b9da23aaac61f44 0.04 MB 78 225
145,253 145,253 00000000000006875867671917da0604ffe7e25325a806087df1aee713943771 0.00 MB 9 362
145,252 145,252 000000000000090578197ba42cf9843686c9cd73ee7aeb69fc14680d04941694 0.00 MB 8 124
145,251 145,251 000000000000088fec18eab1c1acd690b0943b524b469986cd82b4184d543c61 0.01 MB 14 57
145,250 145,250 0000000000000422350c6534ef3847dfa3b955f67c155f26e34464f44ab49e0e 0.01 MB 31 300
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, 114 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.