Memory Pool Memory Pool Refreshing

3,465 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,871 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,602 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,870 (766,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,040 141,040 000000000000013182ccf3a9ba9bc2c7ffd8fddfb61386443e0961c85b805cc6 0.03 MB 83 188
141,039 141,039 00000000000001f90ff0dc82c1f2d9be35e3db4b5d4c71fae82e5297d58048f8 0.04 MB 67 227
141,038 141,038 000000000000023af38c94901beab1b240b8baed275ebcd500dc71501b6afae2 0.01 MB 13 0
141,037 141,037 00000000000007b20daca7fb7bfb661c93ef74ba88e19d6c1e727b42dcd7f050 0.04 MB 104 79
141,036 141,036 000000000000037c765518c073283eefc89716a1ec17385477e5a3c99e0ecb78 0.00 MB 13 151
141,035 141,035 0000000000000184d1ef525e4415c2e47ccce45c236f5f31dac91889f8bed594 0.00 MB 8 445
141,034 141,034 00000000000007f90ce8ff5cd99074e255b8e390d97dd9b9922fc2d81642cc0c 0.05 MB 107 315
141,033 141,033 000000000000058ba514f1b0df8f65a26796f7c939fcb630887baae4c56b9f8e 0.00 MB 13 400
141,032 141,032 00000000000001d2444d940d8d5d9f3704edf208fb4d2c3678c071f4745efb89 0.03 MB 56 199
141,031 141,031 00000000000002a2b652e0353b3121a7542e5972ff0ef32a9f42922c8a317c7e 0.01 MB 24 179
141,030 141,030 000000000000073f4cfb5948c18d2dbd4df227d3b3c1cbb83bacaec823ddd089 0.03 MB 60 327
141,029 141,029 00000000000001990b30bca35b4b7099f380db5e0e305cb315722abdbcf11622 0.00 MB 6 882
141,028 141,028 000000000000068733d64c3839a2a0c5ec245d118877ddf0888409cc97b9dada 0.01 MB 21 34
141,027 141,027 000000000000017c76e039a2abd6f33f358479df275d462988badbf32f4b5206 0.02 MB 56 3
141,026 141,026 00000000000003b6208bbf461c2a2f84a285ca90cf3cdf60f432399be7eec85a 0.02 MB 49 257
141,025 141,025 00000000000007b577086c8486620bf1c750f841efb7a1b9761a5acc70fe434d 0.03 MB 32 79
141,024 141,024 0000000000000250e1d5be4528d4dbc9f35e5dc20719d539fd88d86456d641b1 0.02 MB 29 92
141,023 141,023 000000000000063c796365fb83b0fba946b084412f75f8b66cc88147a59acdf5 0.04 MB 51 115
141,022 141,022 0000000000000304dbdb3fc266d509d5f4a6726764ffb1f5c6249cb176a69189 0.00 MB 9 229
141,021 141,021 00000000000004af9931c7758e52e097632f497a82b12e1f89d79b8195c60a55 0.02 MB 40 227
141,020 141,020 00000000000000af0bbb89fd1f22b0756d0fb224efa5342e9a7f6c394554a1a1 0.02 MB 20 44
Previous 10 blocks ↓
Total Size: 769.30 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,642.66 GB sent, 94.43 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.