Memory Pool Memory Pool Refreshing

508 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.13 vMB 511 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (47,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
860,059 860,059 000000000000000000028aa32270a2186baf01572fedfc5eddbbfbb79454ce6c 1.82 MB 3,043 5
860,058 860,058 0000000000000000000201f90f45810b760e33537a8f013505476801ad3cd71d 1.78 MB 2,506 6
860,057 860,057 00000000000000000001d2f5b0c8e40d8b761f02f118231e12687b90e2e6c706 1.73 MB 2,986 5
860,056 860,056 00000000000000000000cf0c1b37db3469bc3988156fce77fd46c9b1a102441d 1.68 MB 2,273 6
860,055 860,055 000000000000000000029daf39cff8a0f2dd40d1dcf2758c6221782f1a4e3add 1.61 MB 1,443 5
860,054 860,054 000000000000000000005a9dde8a8c41cd785b3c749629ec774fa1e335c106b2 1.55 MB 2,854 9
860,053 860,053 000000000000000000028d51f11bc88d4949fa0f0bdbc10cf7d0ab04bed0b597 1.53 MB 3,021 8
860,052 860,052 000000000000000000021ede572807cb1d2b42dea58eb5e06101b7671a1c2d46 1.55 MB 3,431 10
860,051 860,051 00000000000000000000bc22d36b9601127664ae3bf09ac51669a4f50495a4e3 1.54 MB 3,360 11
860,050 860,050 00000000000000000000fc7e5d1214672f23fc61b88e15617b16662af75bce98 1.72 MB 2,752 7
860,049 860,049 00000000000000000001b11f074cc650cf1fccee24f1fec0e4eb377d9e5165ab 1.98 MB 2,205 4
860,048 860,048 00000000000000000002dc637c0996bd4fd1edca46492a48dd99e3fc3c71cbfe 1.57 MB 2,818 7
860,047 860,047 0000000000000000000205c8b45956642aef65ebf6ae34f8107c8cb5f6996fdc 1.56 MB 5,093 3
860,046 860,046 000000000000000000023eb4e015d1ffa8af03506b8b3412ee52d0ac3175d371 1.74 MB 3,262 3
860,045 860,045 00000000000000000000470d8130ed038f3e63b6c26bec6b4eb3e1f2d5e6d87e 1.72 MB 2,058 5
860,044 860,044 000000000000000000026b5df55523c8497f944714170c72176042695254c06f 1.69 MB 3,710 6
860,043 860,043 00000000000000000001a5855bb23dabe5f7ef331db752bff44918861a055132 1.72 MB 3,538 6
860,042 860,042 00000000000000000000f1f67b5f4fb411e4fb185720c7b3bdab888d7d4ecab7 1.52 MB 3,391 7
860,041 860,041 000000000000000000030a0b67dfae971faaba3d885b0a552b0218b52c0f73e0 1.58 MB 3,706 12
860,040 860,040 000000000000000000025dbe4261649461f42cfb2f599b229afda914c9e5289f 1.59 MB 3,362 11
860,039 860,039 00000000000000000001c2f74114a84dd939b227278746f0c500a68bf7d5275e 1.99 MB 3,638 9
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.