Memory Pool Memory Pool Refreshing

12,386 transactions
3.91 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (621,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
286,670 286,670 0000000000000000573af434bfb39a6d4c779956d2bf3530fe48c1badc7c76a4 0.11 MB 201 30
286,669 286,669 0000000000000000c3e5cd54fd4043d7285c2faaffac097f2cf24d4062da9e61 0.19 MB 244 22
286,668 286,668 0000000000000000b7ecca7ef556fc0e0b2d887d0d7e7d81fcc3378357c7ef20 0.25 MB 56 14
286,667 286,667 00000000000000012446281b5a3f1690fddb3a478bb3d4b464487952a489d07b 0.35 MB 800 40
286,666 286,666 0000000000000001097d2e1d1f619d1d3b3b1788f722edae61e93915af531a3c 0.13 MB 168 26
286,665 286,665 00000000000000004c6390e0312d490c58d4dbc2b4d43f7044be662dd0fece62 0.27 MB 384 24
286,664 286,664 00000000000000012e8af1120bd48acffadf9b9a62f4b0c56fbfccd6a2910cdb 0.06 MB 198 88
286,663 286,663 0000000000000000d0012ab9aa6cd0cf41251522e90f292d8e204fb86bd10c3e 0.25 MB 300 25
286,662 286,662 0000000000000000b68bf585f10b1436ff7e6471e2e40d040f94eadc526f16c5 0.07 MB 118 27
286,661 286,661 000000000000000050c45d24df1a0048f0f39d2d4e9f0598ca201f76fd980524 0.01 MB 12 23
286,660 286,660 00000000000000015417ad05483338e723771c4f1153ae3180b92712b5e93611 0.02 MB 30 25
286,659 286,659 000000000000000031c72aa5b4c8e5273bb4755612f9d6bada2608d23c2ffa1b 0.01 MB 20 34
286,658 286,658 000000000000000037af2298fbf66bd1a64aede242d3361d2ccae3acf71e6be7 0.01 MB 26 33
286,657 286,657 00000000000000013241803d691ec71c0c82bef818914f63550ead85851991db 0.04 MB 97 32
286,656 286,656 00000000000000002d6efeb61451a81404652280b9a869845ee9c326a267ae2d 0.03 MB 67 14
286,655 286,655 00000000000000001508018a266c0607e2e03112225c625662f02d9e6a50f74f 0.10 MB 127 22
286,654 286,654 0000000000000000c0a11f830478bd79526fbe57f75a8b4ed047202131d01fcd 0.07 MB 103 25
286,653 286,653 00000000000000014e7772570dfd0d2b1d944a83db0b80133881f5396a6fd72c 0.01 MB 24 42
286,652 286,652 00000000000000015dd5bbfc1138460783cfe65b97881ccf2f0c449918098eb8 0.16 MB 344 40
286,651 286,651 0000000000000000ec190ce4f38495515496595934a454b94e99b44051358c4f 0.22 MB 141 17
286,650 286,650 0000000000000000b02f24d77d78b15607dd8d3eb9aa6a04e45ce42fe5dc2452 0.35 MB 780 40
Previous 10 blocks ↓
Total Size: 769.01 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.15 GB sent, 92.93 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.