Memory Pool Memory Pool Refreshing

14,151 transactions
4.50 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,719 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,224 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,718 (366,656 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
541,062 541,062 000000000000000000089402d0723d6135dd0941f8a2bf9a1398b7433b3b1b35 0.45 MB 815 24
541,061 541,061 0000000000000000001ba18af914e9931b6ffcbc846827b498a5209c9e64a486 0.28 MB 527 21
541,060 541,060 0000000000000000001496aee2bd70f20042839f0a607e5cf5155196d52a4f4f 0.87 MB 1,534 24
541,059 541,059 0000000000000000001a6338d6541f9b7658256ddc44c78d4655e3c3d5150104 0.36 MB 487 19
541,058 541,058 00000000000000000018ba4efefdbb7f5f9c02277cbf8ece27e16ca32c1d21dc 0.56 MB 770 15
541,057 541,057 000000000000000000212cadd63ffe8d8eb660e97f7d53e06e869ac38943a570 0.65 MB 1,118 9
541,056 541,056 00000000000000000005fe8e7d690546c0c667f6d850402a0739694e74b99f6a 1.17 MB 2,389 30
541,055 541,055 00000000000000000026a05bc1a976745b83b538aa91073dfae780cf06606aad 0.20 MB 392 21
541,054 541,054 000000000000000000237ae7109353007a1b01b1a9484ea2a421b63818dac19b 0.11 MB 297 20
541,053 541,053 0000000000000000000754cc19fd79b0886815cc12fbb92f86a8ce6b68a26e86 0.56 MB 1,176 42
541,052 541,052 000000000000000000167c649b25b73019d34a29a024008e28b98036f99d7dfc 0.73 MB 1,653 20
541,051 541,051 0000000000000000001cc82013dc37f599981d911775cef5d301418fce3c9e48 0.13 MB 263 27
541,050 541,050 00000000000000000023be091791f79748ec7f9d97cdd1871597974cfccbb627 0.11 MB 141 64
541,049 541,049 00000000000000000009a96cc635cdc57524a050957609a0684a0c3a42725314 0.31 MB 776 21
541,048 541,048 00000000000000000014c4f1617ec5996633f165f522be8b45484bc30f4e3c85 0.64 MB 1,037 7
541,047 541,047 0000000000000000001027d0d492144ac5327e2c2cc5b51838dbc86554d56d5b 1.18 MB 2,211 25
541,046 541,046 0000000000000000001c352c512fc8a2070aed3b366c20037b92e5033a80136c 0.21 MB 448 3
541,045 541,045 0000000000000000000bd7563d9d81b4c902b15db3c3fca6691a8c42524264a7 1.18 MB 2,465 35
541,044 541,044 0000000000000000001cb777fc23475719c8ab1fc0753f2dcb632db5999ec3de 0.19 MB 431 14
541,043 541,043 00000000000000000020f527aa4f91f84b3854c5d6b29d9292b30365870a583a 0.31 MB 628 37
541,042 541,042 0000000000000000001626a8dd3a126af08aa1b7695324c3e3caf71faae5ee2c 0.08 MB 152 41
Previous 10 blocks ↓
Total Size: 769.02 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,622.95 GB sent, 92.96 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.