Memory Pool Memory Pool Refreshing

2,602 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.74 vMB 2,601 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (439,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
468,557 468,557 000000000000000000677eb5430c4b8ad87d3b2a1f8936fc0d891fc4869b66ca 1.00 MB 1,986 190
468,556 468,556 000000000000000000f1b3f7ffcbc9f7e6fe676d5acf12a1408cf32677675d35 0.99 MB 1,918 277
468,555 468,555 0000000000000000005bc4e5a4fbfb65e8734878a04768a82297d4f630cfda11 1.00 MB 2,455 307
468,554 468,554 000000000000000001b3dff3b095a78f4bf04bb5067f982450d39939ff80d233 1.00 MB 2,521 287
468,553 468,553 000000000000000000f6084a7f6e0c1e2a3707d5dc6b2590abc5f923923d5305 1.00 MB 2,569 414
468,552 468,552 00000000000000000142ee6b5a7c33edc8796e4745a6ca78f189f4ab26e94464 1.00 MB 1,367 165
468,551 468,551 000000000000000000cb4bdef3b87434d1fbe062bdd4b1185c4d3cd3712a17ac 1.00 MB 2,463 352
468,550 468,550 000000000000000001711a456781636f6a5a6e7f353fcb401b87276979131a9a 1.00 MB 1,704 255
468,549 468,549 00000000000000000046afac9ff60e22d3d80e6e932e43aebc9bd0dd298e1a9b 1.00 MB 2,266 233
468,548 468,548 000000000000000000385b7a6ccd9140e99c9b2fb54c90a0345514ec46b72398 1.00 MB 923 183
468,547 468,547 000000000000000001ade20762bd0e65e6e851d28eb60249d3da46f35f039680 1.00 MB 2,048 273
468,546 468,546 000000000000000000e1513d0614c6c47cc045a23c281475d9266002772a6ec1 1.00 MB 1,821 435
468,545 468,545 0000000000000000010f4815fb0257d4fcafbf46079409fc98d16e50a41a65f2 1.00 MB 1,833 303
468,544 468,544 00000000000000000177ae1368e9e295b5edd5cbd14b4fdbd046381a27ca90a6 0.99 MB 2,510 247
468,543 468,543 0000000000000000018e2422d063864484d9137af93ee0a2cd5aaf206427bef3 1.00 MB 3,099 233
468,542 468,542 000000000000000000cd357b38f5bdac2159fb0cc7c8ecde3a67e25469ec0335 1.00 MB 3,658 140
468,541 468,541 00000000000000000111a6de08045e04f30d972df0c42ace47c85ab4e26f5237 0.99 MB 2,329 327
468,540 468,540 0000000000000000006bcfdd91db8493af3853cdc5978a85cb8e7574c5e4d228 1.00 MB 2,633 243
468,539 468,539 0000000000000000016959c17330ba9ac78e20a0e84bfbb279f499de505ba0a7 1.00 MB 3,936 130
468,538 468,538 0000000000000000009a442b497bc883e94b0aa365958f6418434205de07fccd 1.00 MB 1,644 137
468,537 468,537 000000000000000001666d4c07c90bb8a4bf28c089b9c02c822a2ef9ba5d78cf 1.00 MB 570 139
Previous 10 blocks ↓
Total Size: 769.31 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.75 GB sent, 94.48 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.