Memory Pool Memory Pool Refreshing

1,725 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.87 vMB 1,705 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (388,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
519,148 519,148 000000000000000000000f3ca0f8658d95848b8dc8607315ef637b635120b354 0.02 MB 50 16
519,147 519,147 000000000000000000480ba35f5bc518271266b17c0120e4d2df96460a3b33a9 1.00 MB 2,107 27
519,146 519,146 00000000000000000036c39f3a3e7fd395b666eb27fe16d56d96a82a81cfe021 1.12 MB 2,415 19
519,145 519,145 0000000000000000001e751fb3612548024a58f2025ca4b5f871f4ec79b94916 1.13 MB 2,159 32
519,144 519,144 0000000000000000002c68513cc9403e597ce7135a72e5e420583c73bbb718fe 1.13 MB 2,431 25
519,143 519,143 0000000000000000003dbd150bf15ac576d9203ae7c146b6de9e12d36b8d048a 1.18 MB 2,602 18
519,142 519,142 0000000000000000000d2162a66c99e3b834d7672fe9dbc236cec851468bb920 1.12 MB 2,114 47
519,141 519,141 000000000000000000045f2c6e9a597004c47eece318753420172f8e5a10b6fa 0.42 MB 887 8
519,140 519,140 0000000000000000000f7e8af3ff8c081985445bf33b13094c4e28715b59441a 1.15 MB 2,179 14
519,139 519,139 00000000000000000016f9af90f7c0d972c0353a4026bab2eff3a14a95326bb6 0.56 MB 643 51
519,138 519,138 00000000000000000019c9d3a1c590f7965f53395d04801ff008e3a9a30339a6 0.34 MB 884 6
519,137 519,137 0000000000000000000fe910d74758da0d389e1e00f15a535ef8a23afbfc3520 1.25 MB 3,081 10
519,136 519,136 00000000000000000024ca150b5e33185c39f55e84f758e6608395bf3359c182 1.12 MB 2,283 67
519,135 519,135 0000000000000000003bc8178a121941c2562e68154607168eb8a9042e4eca31 0.28 MB 568 25
519,134 519,134 00000000000000000013b14e82adeef509c02ed4148d74a74c84cd8867d65fbf 0.24 MB 492 43
519,133 519,133 00000000000000000008c2f683d0b1064e1d51eff55bb61de20b079663951cee 1.02 MB 2,167 33
519,132 519,132 0000000000000000004506e87f3ff05ae0f10c6a0d55e7538254e1ddaf1b67ff 0.53 MB 1,205 26
519,131 519,131 00000000000000000029f614e637fd19ce7f0da294e3b77f4df09ae9bc107d7a 0.76 MB 1,465 30
519,130 519,130 000000000000000000432eeebff1f7b1a336f17119647f9231ab8127f4630849 1.11 MB 1,898 20
519,129 519,129 00000000000000000023ab22bbc1f0c8e346f7ad0f3a5178f76bbde006c36f71 1.16 MB 2,705 34
519,128 519,128 00000000000000000003486f5413c8b5378d3e3ed235c0fc519960a011159783 0.59 MB 665 9
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.70 GB sent, 94.44 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.