Memory Pool Memory Pool Refreshing

3,929 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (782,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
125,069 125,069 00000000000017813a0ae51f18354e293a0e03ead36bc321b6a0422cb2f580b7 0.00 MB 7 2,181
125,068 125,068 0000000000002297ec5a28b6b38ef7f1aab139ebef79fd63d4028df2284c74db 0.00 MB 6 2,089
125,067 125,067 0000000000000273ef35b61bdfcac077245961fbe97d202a65a02dae013c7cfc 0.01 MB 33 454
125,066 125,066 00000000000025192dc206baa134f8f9ead0d681f12b393b12b7d0046f72d613 0.01 MB 7 950
125,065 125,065 00000000000027dbc6197fb283b047ba57a0e290a42b9992be5c023196572428 0.01 MB 32 610
125,064 125,064 0000000000001ee04a842c2f1bb26a3987cf58e44c6b65e5cf0a15583e97b638 0.01 MB 49 324
125,063 125,063 00000000000024ec2fa83f5862f22e31d92ea5cd861f319795e5033a35093d15 0.01 MB 14 768
125,062 125,062 00000000000006632845efdd96ab2b39ed129c7c25a96092f0f40072db12e0a5 0.01 MB 29 725
125,061 125,061 0000000000000c3fefd036e1acf5d009f43da4295bcd1827172be3b80735ef0c 0.00 MB 10 1,268
125,060 125,060 00000000000035232a12aaff1541f19845d1a08940226d2da0eb2f31e2f7b0c1 0.01 MB 3 398
125,059 125,059 0000000000001b3eb46891c596d925e215b45f05c5a122339840c235f27080ae 0.00 MB 1 0
125,058 125,058 0000000000001c95af28fcd6de5bab6eeca02fae7ff55d16141e0fec9382ad78 0.01 MB 37 0
125,057 125,057 000000000000054e600d06aa9f79592513fc78e65b16cd91c6be3f6ca6e2bf08 0.01 MB 18 1,552
125,056 125,056 0000000000001e77fc561d3e58fc41a93d54f8da90473422c50eea5246578f93 0.02 MB 53 1,006
125,055 125,055 00000000000009596db314111340849a21a9185a7e8dc67b3f62722515d8fd1f 0.01 MB 15 953
125,054 125,054 00000000000005282ea9dea56f9130b1db071192cebc55d964c951704fd9232f 0.00 MB 13 653
125,053 125,053 0000000000001a4e11b613f6b9aaf326b828a69d8ea0bb3bcebeedd39e41987a 0.02 MB 52 909
125,052 125,052 00000000000008349bbd5a410e0c1969e053a5d668dc2a08d4ce60eba55232d4 0.02 MB 34 1,019
125,051 125,051 00000000000025e730f5523550e244b542f78732d2dacf74616c494bfd845dfb 0.02 MB 41 326
125,050 125,050 0000000000001ab44961aa682f8bdc3b2712c4877c85178a746c63d65be0b225 0.01 MB 18 1,471
125,049 125,049 00000000000028db030aea436a07cb7933c03e9e4af594884f1c9f9cdc182d63 0.01 MB 41 2,123
Previous 10 blocks ↓
Total Size: 769.05 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,627.29 GB sent, 93.11 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.