Memory Pool Memory Pool Refreshing

7,401 transactions
2.81 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,194 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (677,232 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
230,549 230,549 00000000000000d530ce40105b14b46303b4cb612a3b41f0caf8d652620b1394 0.03 MB 52 76
230,548 230,548 000000000000005159699d084abdf76f8b8111b2c8dea8cd7c37b8433112bbf9 0.09 MB 154 139
230,547 230,547 000000000000012271514975edc79a036ac82714749543d0a181726436e28820 0.00 MB 18 148
230,546 230,546 00000000000001dffafea6179c0db53a684c4efb3bee19c161b8be4507463f84 0.12 MB 303 170
230,545 230,545 00000000000000a09e98a535b1c2da9d079a21b3e514d6d1143b2c54bb9a1960 0.02 MB 57 135
230,544 230,544 00000000000001cb0045df25100018dd99545f74798f3739f7bfbbe90bf21a30 0.26 MB 222 42
230,543 230,543 00000000000001dd8306cdf93369b978d44bf3aaabc050154b39b03750a55490 0.09 MB 210 154
230,542 230,542 00000000000000b9a7ebf0bef1b616a387c323f3d661834379b5ca3f13dd610e 0.25 MB 501 81
230,541 230,541 00000000000001d30301859f6294f34944730f04d8ea238b81dcedf2e16fa310 0.25 MB 452 107
230,540 230,540 00000000000001e3386bb4b25b91168b7c01bc3b603cbcf7d923bcb9c5cc207d 0.25 MB 531 95
230,539 230,539 00000000000000b96d9f1402ca9ef7f374d8a1fefd85b2c7ce907d3a7376a9df 0.36 MB 502 75
230,538 230,538 000000000000014179c8d89b71c3d8d72001cd4ead6bb9aa4bb20772fc473f71 0.15 MB 304 527
230,537 230,537 0000000000000160120fe18bd6ed424145a3f75c88daa36ed515b94271bc6a87 0.19 MB 512 152
230,536 230,536 00000000000001cc45ee0259a07520a684dd20edf1181b2c98e1d9ed2b62fb69 0.47 MB 646 71
230,535 230,535 00000000000001bb045de2a280d058047754c40209097410ddfe9adefc223e71 0.25 MB 523 138
230,534 230,534 00000000000000a5428bfdc872f06edcbc568558d9696de1871468df68d6ae60 0.25 MB 541 133
230,533 230,533 000000000000003a552ae338baa52ee2685a57b0edea7d190f8ebef526e3ec37 0.25 MB 531 148
230,532 230,532 00000000000000832b120849bb5201d10d4a698a3574bd9da2ab970c5dc1287c 0.47 MB 1,678 233
230,531 230,531 000000000000007b9d2722d31040f3e7220a10cabdb71e14a7c0d7dd90fb5c00 0.25 MB 784 391
230,530 230,530 00000000000001eb1ea83a2ec5b698c01cf32ce4fbecea9632074d340cd22fbe 0.25 MB 701 156
230,529 230,529 00000000000001da1b87d94edad5f354146740f1ac1a96f30a316cdaee42f369 0.25 MB 589 585
Previous 10 blocks ↓
Total Size: 769.13 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,631.55 GB sent, 93.56 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.